
jenkins
Zss风云同路
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
流水线 参数传入写法
pipeline { agent any //options 保留构建的记录设置 options { buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '5', numToKeepStr: '5') } //参数原创 2022-02-10 10:53:18 · 254 阅读 · 0 评论 -
pipeline 流水线基础写法
pipeline { agent any //options 保留构建的记录设置 options { buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '5', numToKeepStr: '5') } //参数原创 2022-02-10 10:10:48 · 671 阅读 · 0 评论 -
pipeline + shell + docker
pipeline { agent any //options options { buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '5', numToKeepStr: '5') } // parameters parameter..原创 2020-08-21 09:43:58 · 296 阅读 · 0 评论 -
jenkins的pipeline,使用gitparam
pipeline { agent any parameters { // string (name:'gitRepo',defaultValue:'ssh://git@10.10.1.13:23798/root/lcfex-amp.git',description:'代码仓库') //gitParameter (name: 'gitBranch', defaultValue:'develop-1.0', description:'分支') g.原创 2020-08-18 19:40:41 · 1197 阅读 · 0 评论 -
jenkins离线插件下载
http://updates.jenkins-ci.org/download/plugins/原创 2019-11-25 17:24:18 · 1171 阅读 · 0 评论