Skip to content

Instantly share code, notes, and snippets.

@gprestes
Last active January 10, 2018 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gprestes/357ccfc2fc677231b6219f19dd54f657 to your computer and use it in GitHub Desktop.
Save gprestes/357ccfc2fc677231b6219f19dd54f657 to your computer and use it in GitHub Desktop.
Jenkins Plugins with Versions
Jenkins.instance.pluginManager.plugins.each {
println "${it.shortName}:${it.version}"
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment