Skip to content

ventojna/plugin-usage-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins plugin-usage-plugin

Jenkins Plugins Jenkins Plugin installs Build Status javadoc

This plugin gives you the possibility to analyze the usage of your installed plugins.

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.

plugin view

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.

About

Jenkins plugin to analyze the plugin usage

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%