Skip to content

Instantly share code, notes, and snippets.

@nlandais
nlandais / gist:4a52e5458bbacdc5720b67ef8a831ef4
Created December 11, 2020 17:01
Jenkins plugins list (sorted)
/* To get a list of plugins installed on Jenkins, in the UI navigate to Manage Jenkins > Script Console
Copy and paste the code below and click Run */
def map = [:]
Jenkins.instance.pluginManager.plugins.each{
plugin ->
map.put(plugin.getShortName(), plugin.getVersion())
}
map = map.sort{ it.key }
map.each{ k, v -> println "${k}:'${v}'" }

Keybase proof

I hereby claim:

To claim this, I am signing this object: