Hi there,
I have a plugin that I would like to make work when using the example from the Wiki...
step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/TEST-*.xml'])
I am looking for guidance and the necessary changes to make to my plugin to allow this to work in the new ecosystem.
Alternatively (or related), I would like to add the plugin the the DSL list to make it easier for others to use ?
Not even sure if I'm asking the right question.
Where to start ?
Mike