-
Notifications
You must be signed in to change notification settings - Fork 567
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
Update plugin if it already installed #11
Comments
Yes, this is a limitation of the current way of doing plugins. We don't have any way to tell what version is installed. I'm working on a full puppet package provider for Jenkins, but... I don't have much time right now to get it working. I'm not sure the remote CLI will allow us to specify a version of a plugin, but I'm hopeful. There's a chance that some of this is possible via groovy scripts instead. |
remove firewall from fixtures, fail if configure_firewall unset but firewall present
…ider to work jpm is located: <https://github.com/rtyler/jpm> References #10, #11, #12
This has been complimented for some time (several years it looks like). |
Jenkins 1.509.2 provided bundled javadoc plugin with version 1.0
When I want to update it to the latest version (or manually specify it):
Plugin wasn't updated because code only checks if plugin presents or not. It would be better to also check installed version and update plugin if newer version requested.
The text was updated successfully, but these errors were encountered: