]
Mickael Istria commented on JBIDE-22716:
----------------------------------------
There are no template at the moment. They have to be changed one by one (which is still
not consuming too much time with this instance).
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
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?