Use -fae for test execution on Jenkins
diff --git a/Jenkinsfile b/Jenkinsfile
index 6585ce0..41bfb86 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -81,7 +81,7 @@
                 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 {