摘要: Jenkins Pipeline SSH Publisher 环境变量、参数引用 要用双引号 在 Pipeline 脚本中,如果要使用变量,就必须使用 “ 双引号 pipeline { agent any environment { PROJECT_NAME='vipsoft' } stages { 阅读全文
posted @ 2022-11-07 11:59 VipSoft 阅读(2247) 评论(0) 推荐(0)