Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maint/fix resource relationships #298

Closed

Commits on May 11, 2015

  1. fix Exec['reload-jenkins'] relationship regression

    Introduced by: voxpupuli@979cb01
    
    Classes/defines which include the jenkins::cli class assume that they can use
    the cli even if $::jenkins::cli == false.  This breaks the top level anchor
    pattern.  The cli param should either be deprecated and essentially hardwired
    to true or attempting to use cli functionality without this param set should
    fail; either option is a backwards incompatible change.
    
    As an attempt to preserve backwards compatibility, there are includes and
    resource relationships being scattered throughout this module.
    Joshua Hoblitt committed May 11, 2015
    Configuration menu
    Copy the full SHA
    2b2109f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e899a View commit details
    Browse the repository at this point in the history
  3. add acceptance test for jenkins::job

    Note that idempotence is not checked for as this appears to be broken with at
    least jenkins 1.613.
    Joshua Hoblitt committed May 11, 2015
    Configuration menu
    Copy the full SHA
    008750c View commit details
    Browse the repository at this point in the history