> 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/7074E4A0-9F55-4175-8223-A8F565F577B0%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
