fix jenkinsfile

This commit is contained in:
imateja 2023-12-11 14:03:50 +01:00
parent f44c4a96fa
commit 3bfa2f6926

3
Jenkinsfile vendored
View file

@ -37,9 +37,6 @@ pipeline {
} }
} }
stage('Build Without Tests') { stage('Build Without Tests') {
when {
expression { env.CHANGE_ID != null } // Run only for merge requests
}
steps { steps {
sh './mvnw clean package -DskipTests' sh './mvnw clean package -DskipTests'
} }