mark build as unstable, if an integration test fails

This commit is contained in:
Sebastian Sdorra
2018-08-07 16:05:44 +02:00
parent 77edb49f2a
commit eaa99bf445

2
Jenkinsfile vendored
View File

@@ -35,7 +35,7 @@ node() { // No specific label
}
stage('Integration Test') {
mvn 'verify -Pit -pl :scm-webapp,:scm-it'
mvn 'verify -Pit -pl :scm-webapp,:scm-it -Dmaven.test.failure.ignore=true'
}
stage('SonarQube') {