Skip to content

Instantly share code, notes, and snippets.

@snallami
Created September 17, 2017 01:12
Show Gist options
  • Save snallami/6e7e73b3eaf57a695e2bf666d0dee7d6 to your computer and use it in GitHub Desktop.
Save snallami/6e7e73b3eaf57a695e2bf666d0dee7d6 to your computer and use it in GitHub Desktop.
Jenkins plugin list
Jenkins.instance.pluginManager.plugins.sort { it.getDisplayName() }.each{
plugin ->
println ("(${plugin.getShortName()}): ${plugin.getVersion()}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment