Skip to content

Instantly share code, notes, and snippets.

@jonesbusy
Created November 25, 2020 17:32
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 jonesbusy/3e436b9a700fa66d6d05b30d34003270 to your computer and use it in GitHub Desktop.
Save jonesbusy/3e436b9a700fa66d6d05b30d34003270 to your computer and use it in GitHub Desktop.
Display jenkins plugin and their version
println(jenkins.model.Jenkins.instance.pluginManager.activePlugins.sort().collect { plugin -> "${plugin.shortName}:${plugin.version}" }.sort().join("\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment