0
点赞
收藏
分享

微信扫一扫

Jenkins 插件 Extended Choice Parameter

心智的年轮 2022-08-16 阅读 56


Jenkins 插件 Extended Choice Parameter_p2p

Jenkins 插件 Extended Choice Parameter_p2p_02

Jenkins 插件 Extended Choice Parameter_linq_03

Jenkins 插件 Extended Choice Parameter_p2p_04

        stage("DeployHosts"){
steps {
script {
println(env.deployHosts)
for (host in "${env.deployHosts}".split(",")){
sh "echo ${host}"
}
}
}

举报

相关推荐

0 条评论