上一页 1 ··· 29 30 31 32 33
  2019年10月16日
摘要: 参考文档:https://my.oschina.net/andChow/blog/2873870 https://blog.csdn.net/lancerh/article/details/88645061 https://www.yangcs.net/posts/nginx-mirror/ 阅读全文
posted @ 2019-10-16 20:08 该用户很懒 阅读(539) 评论(0) 推荐(0)
摘要: 1、点击jobConfigHistory 2、点击Show deleted jobs only 3、找到被删除的 记录,点击Restore 阅读全文
posted @ 2019-10-16 16:08 该用户很懒 阅读(7058) 评论(0) 推荐(0)
  2019年10月15日
摘要: pipeline { agent none stages { stage('yaml file update'){ when{ allOf{ expression {env.is_yamlfile_update == 'yes'} } } steps{ build job: 'yaml_update 阅读全文
posted @ 2019-10-15 10:55 该用户很懒 阅读(385) 评论(0) 推荐(1)
上一页 1 ··· 29 30 31 32 33