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

OZG-5358 update jenkins agent

parent 1b68f6b7
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,6 @@ pipeline { ...@@ -76,7 +76,6 @@ pipeline {
} }
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn -s $MAVEN_SETTINGS -DskipTests deploy -Dmaven.wagon.http.retryHandler.count=3' sh 'mvn -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