Skip to content

Releases: heremaps/gradle-jenkins-jobdsl-plugin

Release version 3.7.0

18 Sep 12:10
Compare
Choose a tag to compare
  • #120 - Disable the timeout of JenkinsRule when generating job configurations in dslGenerateXml and dslUpdateJenkins. Before that change it was not possible to use the plugin for larger setups that take longer to generate than the default timeout of 180 seconds.
  • #126 - Upgrade job-dsl-core to 1.76.

Release version 3.6.0

17 Sep 12:11
Compare
Choose a tag to compare
  • #122 - Add an option to ignore SSL errors.

Release version 3.5.0

25 Jun 12:20
Compare
Choose a tag to compare
  • #114 - Fix support for task options in Gradle 5.

Release version 3.4.0

12 Apr 09:49
Compare
Choose a tag to compare
  • #110 - Add Proxy support for the update Jenkins task. Authentication is not supported.

Release version 3.3.0

27 Mar 15:57
Compare
Choose a tag to compare
  • Upgrade job-dsl-core to 1.72.

Release version 3.2.3

21 Jan 09:34
Compare
Choose a tag to compare
  • Fix the published POM file to include a license and SCM information.

Release version 3.2.2

21 Jan 09:33
Compare
Choose a tag to compare
  • 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

05 Jul 09:34
Compare
Choose a tag to compare
  • #93 - Make sure all files are closed in the seed job script.

Release version 3.2.0

28 Jun 11:13
Compare
Choose a tag to compare
  • 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

07 Feb 12:29
Compare
Choose a tag to compare
  • 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.