Skip to content
Snippets Groups Projects
Commit 1f8c0fae authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6710 [chore] reset version after docker image build

parent e803cb88
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,6 @@ pipeline { ...@@ -83,7 +83,6 @@ pipeline {
} }
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn --no-transfer-progress -s $MAVEN_SETTINGS -DskipTests deploy -Dmaven.wagon.http.retryHandler.count=3' sh 'mvn --no-transfer-progress -s $MAVEN_SETTINGS -DskipTests deploy -Dmaven.wagon.http.retryHandler.count=3'
sh "mvn -s $MAVEN_SETTINGS versions:revert"
} }
} }
...@@ -99,6 +98,7 @@ pipeline { ...@@ -99,6 +98,7 @@ pipeline {
dir('bayernid-proxy-impl') { dir('bayernid-proxy-impl') {
sh 'mvn --no-transfer-progress -s $MAVEN_SETTINGS spring-boot:build-image -DskipTests -Dmaven.wagon.http.retryHandler.count=3' sh 'mvn --no-transfer-progress -s $MAVEN_SETTINGS spring-boot:build-image -DskipTests -Dmaven.wagon.http.retryHandler.count=3'
} }
sh "mvn -s $MAVEN_SETTINGS versions:revert"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment