随笔分类 -  pipeline

jenkins的pipeline
摘要:#!groovy pipeline { //在任何可用的代理上执行Pipeline agent any //参数化变量,目前只支持[booleanParam, choice, credentials, file, text, password, run, string]这几种参数类型,其他高级参数化 阅读全文
posted @ 2020-05-12 16:43 杭州-小海 阅读(545) 评论(0) 推荐(0)