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

Jenkins plugin : Test results aggregator is not showing results

XMLWordPrintable

      • plugin and jenkins versions:
        • Test results aggregator = 0.4.0
        • Jenkins = 2.415
        • junit  = 1217.v4297208a_a_b_ce 
        • Jackson 2 API = 2.15.2-350.v0c2f3f8fc595 
      • I am trying to integrate Jenkins plugin Test results aggregator for the first time in my Jenkins system.
      • I follow pipeline syntax or jenkins file approach for running my test cases. 
      • When I have tried to use the plugin , I cannot see any results and the summary shows 0 pass 0 tests 0 fail.
      • I have attached snapshots for reference.
      • junit skipMarkingBuildUnstable: true, skipPublishingChecks: true,  testResults: '**/test-results/**/*.xml'
        testResultsAggregator columns: 'Job, Build, Status, Percentage, Total, Pass, Fail',
          outOfDateResults: '10',
          sortresults: 'Build Number',
          subject: 'Test Results',
             jobs: [
                [jobName: '<job_name>']
            ]
        publishHTML(target: [allowMissing: true, alwaysLinkToLastBuild: true, keepAll: true,reportDir: "$WORKSPACE/test-results", reportFiles: 'index.html', reportName: "Aggregator Results"])

            socrates Socrates Sidereas
            harsha_vardhan_987 Harsha
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: