forked from Thirdparty/wvp
add: road
parent
67028e889f
commit
9ef65b88ad
|
@ -18,7 +18,7 @@ pipeline {
|
||||||
stage('compile & buildImage->push') {
|
stage('compile & buildImage->push') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(maven: 'M3', jdk: '8') {
|
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']) {
|
withDockerServer([credentialsId: 'chkj-docker-client-cert', uri: 'tcp://8.137.98.119']) {
|
||||||
withCredentials([usernamePassword(credentialsId: 'ch-aliyun-registry', passwordVariable: 'DOCKER_PASSWORD', usernameVariable: 'DOCKER_USERNAME')]) {
|
withCredentials([usernamePassword(credentialsId: 'ch-aliyun-registry', passwordVariable: 'DOCKER_PASSWORD', usernameVariable: 'DOCKER_USERNAME')]) {
|
||||||
|
|
Loading…
Reference in New Issue