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

undo vorherige Änderung

parent 6448e736
No related branches found
No related tags found
No related merge requests found
......@@ -70,9 +70,9 @@ pipeline {
container("quarkus-22"){
withCredentials([usernamePassword(credentialsId: 'jenkins-docker-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) {
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'podman login docker.ozg-sh.de -u ${USER} -p ${PASSWORD}'
sh './mvnw -s $MAVEN_SETTINGS clean package -DskipTests -Pnative -Dquarkus.container-image.push=false -Dquarkus.container-image.build=true -Dmaven.wagon.http.retryHandler.count=3'
sh './mvnw -s $MAVEN_SETTINGS clean package -DskipTests -Pnative -Dquarkus.container-image.push=true -Dquarkus.container-image.build=true -Dmaven.wagon.http.retryHandler.count=3'
sh 'podman login docker.ozg-sh.de -u ${USER} -p ${PASSWORD}'
echo "Version: ${BRANCH_AND_VERSION}";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment