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