Merge pull request #954 from cshannon/rerun-tests

NO-JIRA - Set tests to rerun failing tests 2 times
This commit is contained in:
Christopher L. Shannon 2023-01-10 16:22:43 -05:00 committed by GitHub
commit 05ffe8aca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 {