Answers for "jenkins plugins"

1

get jenkins plugin list

Jenkins.instance.pluginManager.plugins.each{
  plugin -> 
    println ("${plugin.getDisplayName()} (${plugin.getShortName()}): ${plugin.getVersion()}")
}
Posted by: Guest on June-05-2020
0

jenkins plugins versions

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

jenkins plugins

For jenkins - Maven Sure fire plugin, Cucumber reporting

For maven - Maven Surefire plugin,maven cucumber reporting
 maven compiler plugin for java8
Posted by: Guest on January-19-2021

Browse Popular Code Answers by Language