Commit 06055a95 authored by 严国华's avatar 严国华

流水线新增内置东方通jar

parent 0e35d91b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment