forked from Thirdparty/wvp
1
0
Fork 0

add: road

yunnan-road
axzsd 2023-10-20 11:06:26 +08:00
parent 67028e889f
commit 9ef65b88ad
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pipeline {
stage('compile & buildImage->push') {
steps {
withMaven(maven: 'M3', jdk: '8') {
sh 'mvn clean package -pl platform -am -Dmaven.test.skip=true'
sh 'mvn clean package -Dmaven.test.skip=true'
}
withDockerServer([credentialsId: 'chkj-docker-client-cert', uri: 'tcp://8.137.98.119']) {
withCredentials([usernamePassword(credentialsId: 'ch-aliyun-registry', passwordVariable: 'DOCKER_PASSWORD', usernameVariable: 'DOCKER_USERNAME')]) {