Re: Finding unused plugins

2013-05-30 Thread Eric Pyle
I've done this in a rather crude way by looking for the signature of the plugin in the job's config.xml. If you want to find what to look for in the config file, you can add the plugin to a job that doesn't have it, having saved a copy of config.xml before the plugin was added, and compare with

Finding unused plugins

2013-05-29 Thread jdtangney
Our Jenkins setup has grown rather um, "organically". We now have lots of plugins installed and I am sure several are not even used. Worse, we seem to have cases where two plugins do almost the same thing. How can I identify which plugins are not used by any existing job? I want to uninstall t