Skip to content

Instantly share code, notes, and snippets.

@askb
Created October 11, 2016 23:15
Show Gist options
  • Save askb/091914df9ac146614dba18f230b86735 to your computer and use it in GitHub Desktop.
Save askb/091914df9ac146614dba18f230b86735 to your computer and use it in GitHub Desktop.
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