All notable changes to this gem will be documented here. This project adheres to Semantic Versioning.
- 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)
-
Support the
gitlab
trigger (see https://jenkins-job-builder.readthedocs.io/en/latest/triggers.html#triggers.gitlab) (#18) (with @halverneus) -
Support the
gitlab-notifier
publisher (see https://jenkins-job-builder.readthedocs.io/en/latest/publishers.html#publishers.gitlab-notifier) (#19) (with @halverneus)
- Support the
concurrent
job attribute (see https://jenkins-job-builder.readthedocs.io/en/latest/definition.html?highlight=concurrent) (#13) (@mroelandts)
- Support the
copyartifact
builder (see https://jenkins-job-builder.readthedocs.io/en/latest/builders.html#builders.copyartifact) (#11) (@ktreis)
- Support the
string
parameter (see https://jenkins-job-builder.readthedocs.io/en/latest/parameters.html#parameters.string) (#3) (@jgeysens) - Support Rake 11.x versions (#4)
- Support the
validating_string
parameter (see https://jenkins-job-builder.readthedocs.io/en/latest/parameters.html#parameters.validating-string) (#7) - Support the
trigger_parameterized_builds
publisher (see https://jenkins-job-builder.readthedocs.io/en/latest/publishers.html#publishers.trigger-parameterized-builds) (#9)
-
The
pollscm
component has been updated to conform to the new API in jenkins-job-builder 1.3.0 and later. See https://jenkins-job-builder.readthedocs.io/en/latest/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.
- Link to the documentation for the
pollurl
trigger that has new been merged into jenkins-job-builder.
- The jenkins-job-builder documentation has moved to a new location, so all documentation links (including within this CHANGELOG) have been updated.
- Support the
priority_sorter
property (see https://jenkins-job-builder.readthedocs.io/en/latest/properties.html#properties.priority-sorter). - Links to documentation for the
fitnesse
publisher andstore
SCM that have now been merged into jenkins-job-builder. - This CHANGELOG.
0.9.0 - 2015-04-09
- Support the
disabled
job attribute (see https://jenkins-job-builder.readthedocs.io/en/latest/general.html).
0.8.0 - 2014-10-29
- Support the
throttle
job property (see https://jenkins-job-builder.readthedocs.io/en/latest/properties.html#properties.throttle).
0.7.0 - 2014-10-28
- Support the
reverse
trigger (see https://jenkins-job-builder.readthedocs.io/en/latest/triggers.html#triggers.reverse).
0.6.0 - 2014-08-25
- The
jujube
command now understands the--version
argument and reports the gem version.
0.5.2 - 2014-04-15
- Support the
fitnesse
publisher (see https://jenkins-job-builder.readthedocs.io/en/latest/publishers.html#publishers.fitnesse).
0.5.1 - 2014-04-07
- Support the
store
SCM (see https://jenkins-job-builder.readthedocs.io/en/latest/scm.html#scm.store).
0.5.0 - 2014-03-28
- Initial public release.