Use -fae for test execution on Jenkins

This commit is contained in:
Jean-Baptiste Onofré 2021-08-23 18:23:52 +02:00
parent 4fd439e91d
commit 36f5592348
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -81,7 +81,7 @@ pipeline {
echo 'Running tests'
// all tests is very very long (10 hours on Apache Jenkins)
// sh 'mvn -B -e test -pl activemq-unit-tests -Dactivemq.tests=all'
sh 'mvn -B -e test'
sh 'mvn -B -e -fae test'
}
post {
always {