Skip to content

Commit

Permalink
Avoid crashing build on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed May 28, 2024
1 parent 5df7c6c commit f1c6583
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 @@ -72,7 +72,7 @@ pipeline {
mvn verify --batch-mode -f org.eclipse.jdt.core.tests.javac \
--fail-at-end -Ptest-on-javase-22 -Pbree-libs \
-Papi-check -Djava.io.tmpdir=$WORKSPACE/tmp -Dproject.build.sourceEncoding=UTF-8 \
-Dmaven.test.failure.ignore=true
-Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true
"""
}
post {
Expand Down

0 comments on commit f1c6583

Please sign in to comment.