make debug test pipeline optional again
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
c5f42622cd
commit
f33d1f9f98
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -48,7 +48,7 @@ pipeline {
|
||||
script {
|
||||
sh 'rm -f ./testsuccess'
|
||||
catchError {
|
||||
sh 'mvn test -P integration'
|
||||
sh 'mvn test -P integration && touch ./testsuccess'
|
||||
}
|
||||
// sh 'if ! grep -q "Errors: 2" ./target/surefire-reports/*; then touch ./testsuccess; fi'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user