You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/08/23 17:20:11 UTC

[GitHub] [activemq] mattrpav commented on a change in pull request #706: [AMQ-8362] Set Jenkinsfile tests to use -fae

mattrpav commented on a change in pull request #706:
URL: https://github.com/apache/activemq/pull/706#discussion_r694164254



##########
File path: 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 -fae -B -e test'

Review comment:
       The commit comments cover it ;-)  The short form is appropriate for developer CI/CD tools.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org