Skip to content

Releases: ghale/gradle-jenkins-plugin

Update job-dsl-core to 1.67

11 Feb 15:06
4e8992c
Compare
Choose a tag to compare
Merge pull request #91 from obaranov/bump_version_136

Bump version to 1.3.6

Merge pull requests and update version

17 Feb 17:41
Compare
Choose a tag to compare

Update to job-dsl-core to 1.53

30 Nov 15:55
Compare
Choose a tag to compare

Maintenance release to merge pull requests to update job-dsl-core to the latest version.

Also in this release:

  • Update Gradle to v3.2.1
  • Switch integration tests to use Gradle TestKit
  • Some clean up of composition patterns to use Groovy traits

Merge pull requests and upgrade versions

21 Feb 20:07
Compare
Choose a tag to compare
  • Merge PR #64 "Allow pretty printing for remoteJenkinsItems"
  • Merge PR #68 "Upgrade job-dsl dependency to 1.42"
  • Upgrade of various other dependencies to latest version
  • Upgrade gradle version to 2.11

Updated maven group id to be consistent with past releases

18 May 02:38
Compare
Choose a tag to compare

The maven group id got messed up with v1.3.0 and was changed to "gradle.plugin.com.terrafolio". This release is to fix that and publish to "com.terrafolio" to be consistent with past releases.

Version Updates

17 May 18:39
Compare
Choose a tag to compare

Updates job-dsl-core to v1.34 and freshens the version of several other libraries.

Dependency Updates

03 Sep 20:12
Compare
Choose a tag to compare

Updates job-dsl-core to 1.2.5 and adds support for NestedView and SectionedView.

Thanks to @iwarapter for the contribution.

Dependency Updates

02 Sep 15:14
Compare
Choose a tag to compare

Updated some version dependencies. Specifically:

  • job-dsl-core 1.22 -> 1.24
  • nebula-test 1.9.8 -> 1.12.2

Also some minor housekeeping to tests, etc.

Fixed regression in template support

30 Jun 21:00
Compare
Choose a tag to compare

This fixes a minor regression in template support where the xml file and closure forms were no longer working.

Support for Gradle plugin portal

30 Jun 20:00
Compare
Choose a tag to compare

This release adds support for the new Gradle plugin portal. As such, the plugin id has changed to the new fully-qualified id format. The new id is "com.terrafolio.jenkins":

apply plugin: "com.terrafolio.jenkins"

Also included in this release:

  • Refactor of class hierarchy to eliminate some anti-patterns and awkward relationships.
  • Issue #38: Support for git credentials