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

OZG-3961 - test: disable spring boot native, very sad

parent b160242b
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@ pipeline {
}
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn --version'
sh 'mvn -s $MAVEN_SETTINGS -Pnative spring-boot:build-image -Dmaven.wagon.http.retryHandler.count=3'
sh 'mvn -s $MAVEN_SETTINGS clean install -Dmaven.wagon.http.retryHandler.count=3'
script {
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment