check stage -x pitest -x dependencyCheckAnalyze

This commit is contained in:
Michael Hoennig 2024-11-05 12:40:01 +01:00
parent 511450f6f2
commit 5ed7d6cbd2

2
Jenkinsfile vendored
View File

@ -54,7 +54,7 @@ pipeline {
stage ('Check') {
steps {
sh './gradlew check --no-daemon'
sh './gradlew check -x pitest -x dependencyCheckAnalyze --no-daemon'
}
}
}