Love these answers that aren't finished. Victor Martinez, do you have an example of what you're talking about?
On Friday, April 20, 2018 at 4:43:24 PM UTC-5, [email protected] wrote: > > Hello > just in case, could someone share a groovy sample script to achieve this? > I guess you have to download .jpi file into /plugins folder (also handling > dependencies...), then restart jenkins? > I had written that in shell (ugly but working), but still learning in > Groovy! > Thanks in advance > > > On Thursday, 27 October 2016 11:28:19 UTC+2, Daniel Beck wrote: >> >> >> > On 28.04.2016, at 11:38, Alexandre Chaussier <[email protected]> >> wrote: >> > >> > All is OK if I want to use latest versions of plugins, but I would like >> to know if it is possible to request a specific version of the plugins when >> I request installation from my groovy code ? >> > >> > I use the UpdateCenter.getPlugin() method but I don't see where I can >> add this constraint. >> >> Update center based installation can only install the one version defined >> in the update site. >> >> You need to go with URL based installation for specific versions. >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c0a9cb82-a524-40f1-9f1f-c95fc43c1dfa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
