Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Last active April 5, 2021 18:04
Show Gist options
  • Save gwsu2008/1611cf5d170add4f83bd1d3236c6261a to your computer and use it in GitHub Desktop.
Save gwsu2008/1611cf5d170add4f83bd1d3236c6261a to your computer and use it in GitHub Desktop.
jenkins-get-plugins.groovy
Jenkins.instance.pluginManager.plugins.each{
plugin ->
println ("${plugin.getDisplayName()} | ${plugin.getShortName()} : ${plugin.getVersion()}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment