]
Nick Boldt resolved JBIDE-22716.
--------------------------------
Fix Version/s: 4.4.1.AM2
Resolution: Done
PR builder jobs don't log itests/, only tests/
----------------------------------------------
Key: JBIDE-22716
URL:
https://issues.jboss.org/browse/JBIDE-22716
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.1.AM2
Reporter: Nick Boldt
Assignee: Mickael Istria
Fix For: 4.4.1.AM2
Seems that the PR builds aren't collecting all the JUnit logs, because they only look
for:
{code}
<testResults>tests/*/target/surefire-reports/*.xml,*/tests/*/target/surefire-reports/*.xml</testResults>
{code}
instead of
{code}
<testResults>*tests/*/target/surefire-reports/*.xml,*/*tests/*/target/surefire-reports/*.xml</testResults>
{code}
I've updated one job like this:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
Can the same change (adding * to tests/ => *tests/) be done easily for all the jobs?
Where are the templates for these stored?