-
New Feature
-
Resolution: Fixed
-
Minor
-
None
-
-
pipeline-maven-3.11.0
Similar to JENKINS-44226 it would be great if the plugin supported the Flaky Test Handler plugin, to publish flaky test reports from surefire
Plugin: https://plugins.jenkins.io/flaky-test-handler/
It is a TestDataPublisher similar to AttachmentsPublisher - normally invoked in a pipeline like so:
junit testDataPublishers: [[$class: 'JUnitFlakyTestDataPublisher']], testResults: 'target/surefire-reports/TEST*.xml'
- is related to
-
JENKINS-44226 Support junit testDataPublishers
- Closed
- links to