daniels
daniels

Reputation: 19223

How to add pipelines support to a Jenkins plugin?

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

Answers (1)

Pom12
Pom12

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

Related Questions