Nick Boldt created JBIDE-22716:
----------------------------------
Summary: 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
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?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)