diff --git a/Jenkinsfile b/Jenkinsfile index 5ab8526be1210ea2cffece3501ca5167b069c9ef..440fad564c70b4d7440b9095550e09ddc3fb72d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -163,7 +163,8 @@ pipeline { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { sh 'mvn --version' - sh "mvn --no-transfer-progress -s $MAVEN_SETTINGS -pl -alfa-client clean install spring-boot:build-image -Dspring-boot.build-image.imageName=docker.ozg-sh.de/alfa:${IMAGE_TAG} -Dspring-boot.build-image.publish -Dmaven.wagon.http.retryHandler.count=3" + sh "mvn --no-transfer-progress -s $MAVEN_SETTINGS -pl -alfa-client clean install" + sh "mvn --no-transfer-progress -s $MAVEN_SETTINGS -pl -alfa-client spring-boot:build-image -Dspring-boot.build-image.imageName=docker.ozg-sh.de/alfa:${IMAGE_TAG} -Dspring-boot.build-image.publish -Dmaven.wagon.http.retryHandler.count=3\"" if (isMasterBranch()) { try {