This is an automated email from the ASF dual-hosted git repository.
cshannon 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 ffa7e9fb0e Also add rerunFailingTestFlag back to Jenkins builds (#1881)
ffa7e9fb0e is described below
commit ffa7e9fb0e197b7da44b31043e1e7886c0fb73ae
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Fri Apr 10 13:24:05 2026 -0400
Also add rerunFailingTestFlag back to Jenkins builds (#1881)
Follow on issue to #1880
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9ba319f38a..029c0fa44e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -138,7 +138,7 @@ pipeline {
// sh 'mvn -B -e test -pl activemq-unit-tests
-Dactivemq.tests=all'
script {
sh 'echo "Running tests ..."'
- sh 'mvn -B -e -fae verify -Pactivemq.tests-quick'
+ sh 'mvn -B -e -fae verify -Pactivemq.tests-quick
-Dsurefire.rerunFailingTestsCount=3'
}
}
post {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact