Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def pluginList = new ArrayList(Jenkins.instance.pluginManager.plugins)
- pluginList.sort { it.getShortName() }.each{
- plugin ->
- println ("${plugin.getDisplayName()} (${plugin.getShortName()}): ${plugin.getVersion()} : ${plugin.hasUpdate() ? plugin.getUpdateInfo().version : 'No Update'}")
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement