Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 282 Bytes

README-Compose-Install.md

File metadata and controls

15 lines (12 loc) · 282 Bytes

To run the Images:

./update-image.sh

To get all plguins and their coresponding versions

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