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

fix jenkinsfile

parent 7c4a759e
Branches
Tags
No related merge requests found
......@@ -93,9 +93,7 @@ pipeline {
}
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
dir('ozg-operator') {
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