Skip to content

Instantly share code, notes, and snippets.

@msutter
Created February 26, 2017 08:12
Show Gist options
  • Save msutter/a33c44b9ad0492ccf46fa76ab21a5260 to your computer and use it in GitHub Desktop.
Save msutter/a33c44b9ad0492ccf46fa76ab21a5260 to your computer and use it in GitHub Desktop.
Jenkins.instance.pluginManager.plugins.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