You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/08/23 16:24:28 UTC

[activemq] branch activemq-5.16.x updated: Use -fae for test execution on Jenkins

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new a6556ae  Use -fae for test execution on Jenkins
a6556ae is described below

commit a6556ae4a8f3090c94bd771e88371a7b887dd9c7
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Aug 23 18:23:52 2021 +0200

    Use -fae for test execution on Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 835ee5b..6174714 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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 {