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

Merge pull request 'Branch-Version in Pipeline behalten' (#421) from...

Merge pull request 'Branch-Version in Pipeline behalten' (#421) from dont-revert-version into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/vorgang-manager/pulls/421


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents f4f7f970 07889e3f
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,6 @@ pipeline { ...@@ -85,7 +85,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"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment