Plugin Information |
---|
View Plugin Usage on the plugin site for more information. |
Usage
You can find the plugin on sidepanel of Jenkins. Every user is able to use this plugin.
The plugin will give you a report on how much every plugin will be used in all of your jobs (see the screenshot below). Therefore it will analyze the used extension points of each job.
Plugins used in pipeline scripts would not be listed normally as used by jobs, because they are used dynamically in Jenkinsfiles.
Supported Extension points
This plugins will first iterate through jobs to gather those types of extension points:
- Builder
- BuildWrapper
- JobProperty
- Publisher
- SCM
- Trigger
and will add other plugins at the end.
Version History
Version 0.4 (04/22/2018)
- add column with plugin's version
- list all plugins, not only specified types of Extension Points
Version 0.3 (07/29/2014)
- bugfix for sorting the table
- Added support for french
- Made the plugin available for every user and not just for the admins
Version 0.2 (07/11/2014)
- UI improvements
Version 0.1 (07/09/2014)
- initial Version
3 Comments
Unknown User (arthurplma)
Thanks for the plugin, it's really a must have!
Just one remark , I think the link to it does not need to be displayed on the main jenkins page as only the administrators are actually interested in it. I would personally prefer to have it on the plugin manager page (<JenkinsURL>/pluginManager/).
Unknown User (tobinquadros)
Can this be run from the CLI, script console, or whatever so I can easily extract the output to a file or another command? Very useful either way, thanks!
Unknown User (paul_austria)
Hello there, nice plugin - very useful.
I have the impression, that the plugin doesn't handle jobs with the same name properly. We have, for example, a lot of folders to create a job tree. The jobs have short names like "check" in the folder. We have many jobs named "check". The plugin lists only one. Any idea?