From 06055a95e06a8baccd536d5e0f7458ac130c2c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=9B=BD=E5=8D=8E?= Date: Thu, 7 Aug 2025 10:04:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=86=85=E7=BD=AE=E4=B8=9C=E6=96=B9=E9=80=9Ajar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.beagle.yml b/.beagle.yml index f2f1eff..dd94f16 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -27,9 +27,31 @@ steps: secret_key: from_secret: SECRET_KEY_MINIO + - name: deploy-tongweb-jars + image: hub.wodcloud.com/zjk/tongweb-jars:7.0.E.6_P7 + volumes: + - name: tongweb-jars + path: /tongweb/jars + + - name: install-tongweb-jars-to-local-repo + image: hub.wodcloud.com/base/devops-maven:3.8-openjdk-17 + volumes: + - name: tongweb-jars + path: /tongweb/jars + - name: maven-repo + path: /root/.m2/repository + commands: + - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-embed-core -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-embed-core-7.0.E.6_P7.jar + - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-embed-websocket -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-embed-websocket-7.0.E.6_P7.jar + - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-spring-boot-starter-3.x -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-spring-boot-starter-3.x-7.0.E.6_P7.jar + - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-spring-boot-websocket-3.x -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-spring-boot-websocket-3.x-7.0.E.6_P7.jar + - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-lic-sdk -Dversion=4.5.0.0 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-lic-sdk-4.5.0.0.jar - name: build image: hub.wodcloud.com/base/devops-maven:3.8-openjdk-17 + volumes: + - name: maven-repo + path: /root/.m2/repository commands: - mvn clean install -Dmaven.test.skip=true -- 2.26.0