diff --git a/Jenkinsfile b/Jenkinsfile index a75b4a3..d9a826d 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stage('Build Quarkus application') { steps { script { - sh './mvnw clean package' + sh './mvnw clean package -DskipTests=true' } } }