Skip to content
New issue

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

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

Already on GitHub? # to your account

'digest_type' default of 'sha1' is causing all plugins to install repeatedly #668

Closed
nick-george opened this issue Nov 5, 2016 · 1 comment · Fixed by #699
Closed

'digest_type' default of 'sha1' is causing all plugins to install repeatedly #668

nick-george opened this issue Nov 5, 2016 · 1 comment · Fixed by #699

Comments

@nick-george
Copy link

This could be an issue with the puppet/archive module rather than this module.

I'm using the latest versions of both this and the archive modules and each time I run puppet, all jenkins plugins are re-downloaded and re-installed.

Notice: /Stage[main]/Jenkins::Config/Jenkins::Plugin[credentials]/Archive[credentials.hpi]/ensure: replace archive: /var/lib/jenkins/plugins/credentials.hpi from (sha1)91bd47ae96be9ebe199beb820296d2633994dfb0 to (sha1)
Info: /Stage[main]/Jenkins::Config/Jenkins::Plugin[credentials]/Archive[credentials.hpi]: Scheduling refresh of Service[jenkins]
Notice: /Stage[main]/Jenkins::Config/Jenkins::Plugin[credentials]/File[/var/lib/jenkins/plugins/credentials.hpi]/owner: owner changed 'root' to 'jenkins'
Notice: /Stage[main]/Jenkins::Config/Jenkins::Plugin[credentials]/File[/var/lib/jenkins/plugins/credentials.hpi]/group: group changed 'root' to 'jenkins'

I have managed to work around it by manually setting "digest_type" to "none" for all plugins, but this doesn't work for the credentials plugin, which is being installed out of my control.

The fix mentioned in #665 would allow me to work around the problem I'm experiencing.

@elconas
Copy link
Contributor

elconas commented Nov 18, 2016

Fixed by #672

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants