Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-22716

PR builder jobs don't log itests/, only tests/

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.4.1.AM2
    • 4.4.1.AM2
    • build
    • None

      Seems that the PR builds aren't collecting all the JUnit logs, because they only look for:

       <testResults>tests/*/target/surefire-reports/*.xml,*/tests/*/target/surefire-reports/*.xml</testResults>
      

      instead of

       <testResults>*tests/*/target/surefire-reports/*.xml,*/*tests/*/target/surefire-reports/*.xml</testResults>
      

      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?

            mistria@redhat.com Mickael Istria
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: