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

fix jenkinsfile

parent a277153b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ pipeline {
container("quarkus-22"){
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
//sh 'mvn -s $MAVEN_SETTINGS clean install -Dmaven.wagon.http.retryHandler.count=3'
sh 'mvnw -s $MAVEN_SETTINGS package -Pnative -Dquarkus.native.container-build=true'
sh './mvnw -s $MAVEN_SETTINGS package -Pnative -Dquarkus.native.container-build=true'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment