Skip to content

Commit

Permalink
ci: Added Surefire rerun policy
Browse files Browse the repository at this point in the history
  • Loading branch information
MMaiero authored Dec 3, 2024
1 parent 246a8a3 commit c500692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ node {
withMaven(jdk: 'adoptopenjdk-hotspot-jdk8-latest', maven: 'apache-maven-3.9.6') {
sh "touch /tmp/isJenkins.txt"
sh "mvn -f target-platform/pom.xml clean install -Pno-mirror -Pcheck-exists-plugin"
sh "mvn -f kura/pom.xml clean install -Pcheck-exists-plugin"
sh "mvn -f kura/pom.xml -Dsurefire.rerunFailingTestsCount=3 clean install -Pcheck-exists-plugin"
sh "mvn -f kura/distrib/pom.xml clean install -DbuildAll"
sh "mvn -f kura/examples/pom.xml clean install -Pcheck-exists-plugin"
}
Expand Down

0 comments on commit c500692

Please sign in to comment.