Releases: randycoulman/jujube
Releases · randycoulman/jujube
v0.16.0
Added
- Support the
gtest
test result type in thexunit
publisher (see
https://jenkins-job-builder.readthedocs.io/en/latest/publishers.html#publishers.xunit) (#20) (with @robin-verhoeven)
v0.15.0
Added
-
Support the
gitlab
trigger (see https://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.gitlab) (#18) (with @halverneus) -
Support the
gitlab-notifier
publisher (see https://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.gitlab-notifier) (#19) (with @halverneus)
0.14.0
Added
- Support the
concurrent
job attribute
(see https://docs.openstack.org/infra/jenkins-job-builder/definition.html?highlight=concurrent) (#13) (@mroelandts)
v0.13.0
Added
- Support the
copyartifact
builder (see https://docs.openstack.org/infra/jenkins-job-builder/builders.html#builders.copyartifact) (#11) (@ktreis)
v0.12.0
Added
- Support the
string
parameter (see http://docs.openstack.org/infra/jenkins-job-builder/parameters.html#parameters.string) (#3) (@jgeysens) - Support Rake 11.x versions (#4)
- Support the
validating_string
parameter (see http://docs.openstack.org/infra/jenkins-job-builder/parameters.html#parameters.validating-string) (#7) - Support the
trigger_parameterized_builds
publisher (see http://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.trigger-parameterized-builds) (#9)
v0.11.0
Breaking Changes
- The
pollscm
component has been updated to conform to the new API in jenkins-job-builder 1.3.0 and later. See http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.pollscm for details of the change. If you need to use thepollscm
component and older versions of jenkins-job-builder, then stick with version 0.10.0 or earlier of Jujube. - With this release, we are no longer officially supporting Ruby versions less than 2.1. Previous versions of Ruby are considered end-of-life (EOL) by the Ruby core team.
Added
- Link to the documentation for the
pollurl
trigger that has new been merged into jenkins-job-builder.
Changed
- The jenkins-job-builder documentation has moved to a new location, so all documentation links (including within this CHANGELOG) have been updated.
Support Fitnesse Results Publisher
This release adds support for the Fitnesse results publisher plugin.
Support Visualworks Smalltalk Store SCM
This release adds support for the Visualworks Smalltalk Store SCM plugin.
https://wiki.jenkins-ci.org/display/JENKINS/Visualworks+Smalltalk+Store+Plugin
Initial release
This is the initial public release of Jujube.
The job-creation DSL is fairly stable, but the current version only supports a small fraction of the components that are supported by jenkins-job-builder.