My plugin listen to event from pipeline job and I need an access to the JUnit details.
I did not see an access from rg.jenkinsci.plugins.workflow.graph.FlowNode
How can I get the info of the step from the event?
step example:
stage('Results') {
junit '**/target/surefire-reports/ *.xml'
archive 'target/*.jar'
}
Thanks
Ayellet.