Seems that the PR builds aren't collecting all the JUnit logs, because they only look for:
<testResults>tests/*/target/surefire-reports/*.xml,*/tests/*/target/surefire-reports/*.xml</testResults>
instead of
<testResults>*tests/*/target/surefire-reports/*.xml,*/*tests/*/target/surefire-reports/*.xml</testResults>
I've updated one job like this:
Can the same change (adding * to tests/ => *tests/) be done easily for all the jobs? Where are the templates for these stored?
- relates to
-
JBIDE-22678 Run integration-test and report results on incoming Pull Request
- Closed