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:04 UTC

[activemq] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 36f5592  Use -fae for test execution on Jenkins
36f5592 is described below

commit 36f55923482fca65dcc13082b5586c84ce9dca07
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 6585ce0..41bfb86 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 {