Skip to content

Commit

Permalink
Add link to documentation for the pollurl trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Apr 8, 2016
1 parent 78d5dbd commit b056166
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ adheres to [Semantic Versioning](http://semver.org/).

* 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)](https://www.ruby-lang.org/en/downloads/) 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.

## [0.10.0][0.10.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/jujube/components/triggers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Triggers

# Specify a `pollurl` trigger for a job.
#
# This trigger requires support in jenkins-job-builder that has not yet been merged.
# See {http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.pollurl}.
#
# `pollurl` can poll several URLs. Each URL specification is added
# in a nested configuration block using the {#url} method.
Expand Down

0 comments on commit b056166

Please sign in to comment.