Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 202 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 202 Bytes

notes

Generate list of plugins:

  1. Go to /script

  2. Run this script:

    Jenkins.instance.pluginManager.plugins.each{ plugin -> println ("${plugin.getShortName()}:${plugin.getVersion()}") }