Reputation: 19223
I've wrote a Jenkins plugin some time ago and as starting with Jenkins 2.0 they've added pipelines support I'm looking into updating the plugin to have support to be used from the pipelines.
Any idea what needs to be done to make the plugin support being called from a Jenkins pipeline?
Upvotes: 0
Views: 1137
Reputation: 7880
You can read the well documented Developer Guide that will guide you through the process of making your plugin pipeline compatible !
Upvotes: 1