-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
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