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

fix jenkinsfile

parent 9c188646
Branches
Tags
No related merge requests found
...@@ -93,7 +93,7 @@ pipeline { ...@@ -93,7 +93,7 @@ pipeline {
} }
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
dir('pluto-server') { dir('ozg-operator') {
sh 'mvn -s $MAVEN_SETTINGS spring-boot:build-image -DskipTests -Dmaven.wagon.http.retryHandler.count=3' sh 'mvn -s $MAVEN_SETTINGS spring-boot:build-image -DskipTests -Dmaven.wagon.http.retryHandler.count=3'
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment