check stage -x pitest -x dependencyCheckAnalyze
This commit is contained in:
parent
511450f6f2
commit
5ed7d6cbd2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -54,7 +54,7 @@ pipeline {
|
|||||||
|
|
||||||
stage ('Check') {
|
stage ('Check') {
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew check --no-daemon'
|
sh './gradlew check -x pitest -x dependencyCheckAnalyze --no-daemon'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user