https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md should get you started.
> On 09.06.2016, at 17:21, Mike Caspar <[email protected]> wrote: > > 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 > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/bd404566-1e60-4645-b3cc-72e401a84ec7%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/66CBBD8C-6832-4E19-9CEC-0C7D66681B95%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
