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

Mickael Istria (JIRA) issues at jboss.org
Mon Jul 11 16:08:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263927#comment-13263927 ] 

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/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