Skip to content

Commit ffa7e9f

Browse files
authored
Also add rerunFailingTestFlag back to Jenkins builds (#1881)
Follow on issue to #1880
1 parent 2a777f3 commit ffa7e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pipeline {
138138
// sh 'mvn -B -e test -pl activemq-unit-tests -Dactivemq.tests=all'
139139
script {
140140
sh 'echo "Running tests ..."'
141-
sh 'mvn -B -e -fae verify -Pactivemq.tests-quick'
141+
sh 'mvn -B -e -fae verify -Pactivemq.tests-quick -Dsurefire.rerunFailingTestsCount=3'
142142
}
143143
}
144144
post {

0 commit comments

Comments
 (0)