[jbosstools-issues] [JBoss JIRA] (JBIDE-22716) PR builder jobs don't log itests/, only tests/

Nick Boldt (JIRA) issues at jboss.org
Mon Jul 11 13:59:00 EDT 2016


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/jbosstools-server-Pull-Request/jobConfigHistory/showDiffFiles?timestamp1=2016-06-02_18-13-23&timestamp2=2016-07-11_13-54-01

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)


More information about the jbosstools-issues mailing list