-
Notifications
You must be signed in to change notification settings - Fork 567
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
Plugins not pinned and updated when using jenkins class #380
Labels
bug
Something isn't working
Comments
This is a resource ordering problem. |
rtyler
pushed a commit
to rtyler/puppet-jenkins
that referenced
this issue
Oct 9, 2015
The reason this wasn't working before was largely due to the `onlyif` statement in the exec resource, wihch ends up requiring puppet to run twice to get the pinned file to work properly Fixes voxpupuli#380
rtyler
pushed a commit
to rtyler/puppet-jenkins
that referenced
this issue
Oct 9, 2015
The reason this wasn't working before was largely due to the `onlyif` statement in the exec resource, wihch ends up requiring puppet to run twice to get the pinned file to work properly Fixes voxpupuli#380
jhoblitt
added a commit
to jhoblitt/puppet-jenkins
that referenced
this issue
Oct 10, 2015
There were two orthogonal resource chains for handling plugins with with the .hpi & .jpi extension. This commit unifies the two code paths. It should fix the resource ordering problem that causes it to take two runs to install a plugin and pin it. resolves voxpupuli#380
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have hieradata containing plugin names and versions which I pass to jenkins::plugin type in the same class as I call the jenkins class to install a version of Jenkins. However, I have to run the script twice, as the second run is needed to pin plugins from the bundled version of jenkins and to install the ones I have specified in my hieradata.
Perhaps I am not using the module as intended? Please advise
The text was updated successfully, but these errors were encountered: