Created
February 26, 2017 08:12
-
-
Save msutter/a33c44b9ad0492ccf46fa76ab21a5260 to your computer and use it in GitHub Desktop.
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{ | |
plugin -> | |
println ("${plugin.getShortName()}:${plugin.getVersion()}") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment