摘要: 需要安装SSH 插件 参考文档https://github.com/jenkinsci/ssh-steps-plugin#pipeline-steps需要在jenkins 添加凭据 def remote = [:] remote.name = "node-1" remote.host = "10.000.000.153" remote.allowAnyHosts = true node { ... 阅读全文
posted @ 2019-07-26 08:47 屌丝的IT 阅读(7017) 评论(0) 推荐(0)