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

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

parents 27f1c2af 9c80c0c0
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,6 @@ pipeline {
}
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 -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