Which extension point does your plugin implement? Typically you can simply implement a SimpleBuildStep, then your recorder works out of the box for pipelines. See https://jenkins.io/doc/developer/plugin-development/pipeline-integration/ for details
> Am 14.06.2019 um 07:57 schrieb varun vikas <[email protected]>: > > Hi, > > I am developing a plugin which reads xml file and do copy,zip,delete file and > also execute commands on slave/master machine. > It is working fine on freeStyle project. what chnages I have to do to work > this plugin on pipeline projects. > > Thanks, > Varun > -- > 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/d5749f61-46c9-49e4-a24a-7f804c1902a7%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/B79D2DAE-7C11-4AEA-95F3-78A94BEFAFE0%40gmail.com. For more options, visit https://groups.google.com/d/optout.
