-
Bug
-
Resolution: Not A Defect
-
Blocker
- 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"])