diff --git a/Jenkinsfile b/Jenkinsfile index b85e4c1cc..58f5c815d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { stages { stage('build maven package') { steps { - sh "mvn validate compile test package publish" + sh "mvn validate compile test package deploy" } } stage('build docker image') {