AOEpeople / gradle-jenkins-job-dsl-plugin

Plugin for easy management of Jenkins Job DSL scripts with Gradle
MIT License
25 stars 12 forks source link

Fix resource handling #17

Closed dresnick-sf closed 4 years ago

dresnick-sf commented 4 years ago

job-dsl-gradle-example has configuration for adding resources but only supports it in the JobScriptsSpecAlternative.

I also upgraded the plugin to Gradle 6.3 (it failed to build on 6.0.1) and removed the 2 Gradle smoke tests that are failing -- for 5.6.4 and 6.0.1.

carstenlenz commented 4 years ago

Thank you for the contribution :) I will have a look at the other merge request and release a version soon.

dresnick-sf commented 4 years ago

Thanks for merging and making a release @carstenlenz