Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-34148

Provide a `junit` step for archiving test results

XMLWordPrintable

      Currently there is no junit step which would make adding test reports much easier than this ugly mess

      Instead of:

      step([$class: 'JUnitResultArchiver', healthScaleFactor: 20.0, testResults: '**/target/surefire-reports/*.xml'])
      

      Something like:

      junit '**/target/surefire-reports/*.xml'
      
      /* or */
      
      junit results: '**/target/surefire-reports/*.xml', healthScale: 20.0, retainStandardError: true
      

            Unassigned Unassigned
            rtyler R. Tyler Croy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: