mirror of https://github.com/apache/activemq.git
Merge pull request #954 from cshannon/rerun-tests
NO-JIRA - Set tests to rerun failing tests 2 times
This commit is contained in:
commit
05ffe8aca0
|
@ -99,7 +99,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 -fae test'
|
||||
sh 'mvn -B -e -fae test -Dsurefire.rerunFailingTestsCount=2'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
Loading…
Reference in New Issue