-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: flaky-test-handler-plugin
-
None
-
Environment:CentOs
When using pipeline to generate junit report with the plugin, the job hangs
example:
junit testDataPublishers: [[$class: 'JUnitFlakyTestDataPublisher']], testResults: '*/target/failsafe-reports/TEST-.xml' // this is not working - job hangs
junit '*/target/failsafe-reports/TEST-.xml' // this is working