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

OZG-5907 add comment in jenkinsfile

parent 3c0c5548
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ pipeline { ...@@ -53,6 +53,7 @@ pipeline {
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh "mvn -s $MAVEN_SETTINGS -B versions:set -DnewVersion=${JAR_TAG}" sh "mvn -s $MAVEN_SETTINGS -B versions:set -DnewVersion=${JAR_TAG}"
//the command above does not work for bayernid-proxy-interface pom
sh "mvn -s $MAVEN_SETTINGS -B versions:set -DnewVersion=${JAR_TAG} -f bayernid-proxy-interface/pom.xml" sh "mvn -s $MAVEN_SETTINGS -B versions:set -DnewVersion=${JAR_TAG} -f bayernid-proxy-interface/pom.xml"
sh "mvn --no-transfer-progress -s $MAVEN_SETTINGS clean install -Dmaven.wagon.http.retryHandler.count=3 -DelasticTests.disabled=true" sh "mvn --no-transfer-progress -s $MAVEN_SETTINGS clean install -Dmaven.wagon.http.retryHandler.count=3 -DelasticTests.disabled=true"
sh "mvn -s $MAVEN_SETTINGS versions:revert" 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