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

skip itcases - run in error

parent d6f4f8ba
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ pipeline { ...@@ -59,7 +59,7 @@ pipeline {
} }
container("quarkus-22"){ container("quarkus-22"){
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh './mvnw -s $MAVEN_SETTINGS verify -Pnative -Dquarkus.container-image.build=true -Dquarkus.container-image.registry=docker.ozg-sh.de -Dmaven.wagon.http.retryHandler.count=3' sh './mvnw -s $MAVEN_SETTINGS package -Pnative -Dquarkus.container-image.build=true -Dquarkus.container-image.registry=docker.ozg-sh.de -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