Releases: ghale/gradle-jenkins-plugin
Update job-dsl-core to 1.67
Merge pull requests and update version
- Merge pull request #84
Update to job-dsl-core to 1.53
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
Updated maven group id to be consistent with past releases
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
Updates job-dsl-core to v1.34 and freshens the version of several other libraries.
Dependency Updates
Updates job-dsl-core to 1.2.5 and adds support for NestedView and SectionedView.
Thanks to @iwarapter for the contribution.
Dependency Updates
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
This fixes a minor regression in template support where the xml file and closure forms were no longer working.
Support for Gradle plugin portal
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