gradle-jenkins-jobdsl icon indicating copy to clipboard operation
gradle-jenkins-jobdsl copied to clipboard

Configure JobDSL toolVersion

Open pvdissel opened this issue 9 years ago • 1 comments

Currently, the gradle-jenkins-jobdsl plugin has one specific Jenkins JobDSL version it uses (the one it is compiled with). This should be configurable by the user. The advantage of this is that the gradle-jenkins-jobdsl will then not be bound anymore to a specific Jenkins JobDSL version, therefor no new release is needed to use a new Jenkins JobDSL version.

See https://github.com/asciidoctor/asciidoctor-gradle-plugin as good example on how to implement this

pvdissel avatar Mar 18 '15 21:03 pvdissel

This would be awesome, as then I would be able to get off our custom gradle jobdsl solution and just use your plugin. (And thanks for taking my pull-request).

dlethin avatar Mar 19 '15 16:03 dlethin