Last active
January 10, 2018 14:33
-
-
Save gprestes/357ccfc2fc677231b6219f19dd54f657 to your computer and use it in GitHub Desktop.
Jenkins Plugins with Versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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