make debug test pipeline optional again
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-09-02 11:00:14 -04:00
parent c5f42622cd
commit f33d1f9f98

2
Jenkinsfile vendored
View File

@ -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'
}