♻️ Transform to IDP provider

This commit is contained in:
Andreas Dinauer 2026-03-14 18:58:42 +01:00
parent eb0bba30a6
commit 2d7af6fb0f

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stage('Build Quarkus application') {
steps {
script {
sh './mvnw clean package'
sh './mvnw clean package -DskipTests=true'
}
}
}