Releases: heremaps/gradle-jenkins-jobdsl-plugin
Releases · heremaps/gradle-jenkins-jobdsl-plugin
Release version 3.7.0
Release version 3.6.0
- #122 - Add an option to ignore SSL errors.
Release version 3.5.0
- #114 - Fix support for task options in Gradle 5.
Release version 3.4.0
- #110 - Add Proxy support for the update Jenkins task. Authentication is not supported.
Release version 3.3.0
- Upgrade job-dsl-core to 1.72.
Release version 3.2.3
- Fix the published POM file to include a license and SCM information.
Release version 3.2.2
Upgrade the Gradle plugin-publish plugin to 0.10.0 as this version should now include the POM modifications in the published POM file.This did not work, use version 3.2.3 instead.
Release version 3.2.1
- #93 - Make sure all files are closed in the seed job script.
Release version 3.2.0
- Upgrade job-dsl-core to 1.69.
- #78 - Improve handling of temporary folders in seed job script.
- #79 - Fix handling of generated XML files that start with an
<?xml ..>
tag. - #82 - Add the option
failOnMissingPlugin
to the dslGenerateXml task. - #83 - Make the seed job script more resilient to errors when creating/updating jobs/views.
- #86 - Inherit folder properties from existing folders: Some folder properties like credentials which are configured in the Jenkins UI are stored in the folder XML file. Keep these values if they do not exist in the generated XML.
- #87 - Improve error reporting in seed job.
Release version 3.1.0
- Upgrade job-dsl-core to 1.67.
- Process Job DSL scripts in specific order. Scripts from the same folder are processed in alphabetical order and before
any scripts from subfolders. Subfolders are also processed in alphabetical order. - Fix #65 - PipelineBuilder: Add common DSL Closure only once when PipelineBuilder.build() is called multiple times.