config.xml plugin syntax and getting list of plugins that a config.xml requires ?
25 views
Skip to first unread message
Max Rydahl Andersen
unread,
Feb 25, 2015, 2:27:30 AM2/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hi,
I just recently become aware of `/pluginManager/prevalidateConfig` which can let me upload a config.xml and have jenkins automatically install any missing plugins.
In that context I got two questions:
1) is there a way to specify in config.xml I just want the latest version of the plugin installed ? I tried plugin="downstream-ext@latest" but that did not seem to work reliably
2) is there a way to have prevalidateConfig (or some other url) just list all the plugins it needs ?
p.s. reason for #1 is that I'm trying to add support to jenkins-job-builder to explicitly list the plugin it needs but here I really prefer not to set the exact plugin version.