Releases: AOEpeople/gradle-jenkins-job-dsl-plugin
Releases · AOEpeople/gradle-jenkins-job-dsl-plugin
2.9.0
- Support for Gradle 6.3
- Fix of resource handling
- remove println output
Thanks to:
@dresnick-sf
@Geethree
Support of recent Gradle and Jenkins versions
v2.8.0 Change version
2.3.0
jobDslTest
task now checks the validity of script filenames
Thanks to:
- @tomasnorre for the validity check
- @mfussenegger for corrections of task names in the README file
Fix for problematic Jenkins `Release` repository
The release repo of Jenkins (http://repo.jenkins-ci.org/releases/) contains some artifacts that causes the build to fail (it contains pom.xml files but is missing the associated jars).
The automatic addition of this repo was changed to the public Jenkins repo (http://repo.jenkins-ci.org/public) as a workaround.