Advertisement
PandaAcademy

Jenkins get plugins

Oct 4th, 2023 (edited)
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.13 KB | None | 0 0
  1. Jenkins.instance.pluginManager.plugins.each {  
  2.     plugin -> println ("${plugin.getShortName()}:${plugin.getVersion()}")
  3. }
  4.  
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement