会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
项思凯
Industry is the parent of success.
首页
新随笔
管理
2020年10月27日
Jenkins pipline 使用模板
摘要: 模板 /* pipline语言格式 */ pipeline { /* 在stage阶段中指定执行节点 */ agent none /* 通过pollSCM轮询监测版本改动 */ triggers { pollSCM('*/1 * * * *') } /* 创建环境变量 */ environment
阅读全文
posted @ 2020-10-27 18:28 kevin.Xiang
阅读(1709)
评论(0)
推荐(0)
编辑
公告