Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Releases: constantcontact/jenkins_pipeline_builder

Added support for json files

10 Nov 20:31
Compare
Choose a tag to compare
v0.9.0

Added support for json files

Fixed defaults

06 Nov 18:01
Compare
Choose a tag to compare

You now no longer need to have the name 'global' as an attribute of your defaults. Just having the key defaults will work.

- defaults:
    attribute: foo

Added plugins: nodejs, promoted builds

02 Oct 20:29
Compare
Choose a tag to compare
  • Added support for the nodejs plugin
  • Added support for the promoted builds plugin
  • Added support for the root_pom in the sonar plugin

Fixed issue with git plugin v2

29 Sep 17:49
Compare
Choose a tag to compare

Fixed a bug where the url was not working when remote_name or refspec were not included.

Versioning and Parameters

24 Sep 19:05
Compare
Choose a tag to compare

Added DSL support to declare supported parameters.
We now properly format and indent the xml (no more big blocks)