Answers for "what is the most popular jenkins plugins"

0

jenkins plugins versions

Jenkins.instance.pluginManager.plugins.each{
  plugin -> 
    println ("${plugin.getShortName()}:${plugin.getVersion()}")
}
Posted by: Guest on July-04-2021

Code answers related to "what is the most popular jenkins plugins"

Browse Popular Code Answers by Language