You could remove the jenkins.management.PluginsLink extension from the ExtensionList.lookup(hudson.model.ManagementLink.class) using an init.groovy script... but it is unclear to me whether that would have unintended side-effects...
something like def list = ExtensionList.lookup(hudson.model.ManagementLink.class) list.remove(list.get(jenkins.management.PluginsLink.class)) YMMV On 29 August 2017 at 23:02, Li Z <[email protected]> wrote: > Currently, we are deploying Jenkins server using Jenkins Docker image and > extending the image by adding some needed plugin using Dockerfile. > > We do not want Jenkins' users (admins), manually install plugins from Web > GUI. > > Is possible to disable and remove Manage Plugin link from Jenkins Web GUI? > > Thanks > > -- > 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/0515e112-c0d1-4a92-acfe-795eac0da477%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/0515e112-c0d1-4a92-acfe-795eac0da477%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BnPnMyR4iFw6hLmX1v_wR0Vd%3DKtrea5qV%3D0RAyf9bV%2BDqrGNA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
