jenkinsci / jenkinsci/junit-plugin
[JENKINS-26276] Expose JUnit test results to workflow scripts
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
Although it is possible to invoke the JUnitResultArchiver reporter from within a workflow script, it is not possible to get the results of the tests in order to branch within the script for example.
We need a archiveTestResults step that attaches the results to the build but also returns a summary of the results.
(Pull request forthcoming)
---
Originally reported by
akbertram, imported from: Expose JUnit test results to workflow scripts
akbertram
Raw content of original issue
Although it is possible to invoke the JUnitResultArchiver reporter from within a workflow script, it is not possible to get the results of the tests in order to branch within the script for example.
We need a archiveTestResults step that attaches the results to the build but also returns a summary of the results.
(Pull request forthcoming)
Contributor guide
Assessment
This issue has not been assessed yet.