07 2021 档案

摘要:script: node(){ docker.image(<镜像名>).inside(<参数>){} } declarative: pipeline { agent {label : } stages { stage() { script { docker.image(<镜像名>).inside(< 阅读全文
posted @ 2021-07-14 23:17 i舒 阅读(77) 评论(0) 推荐(0) 编辑
摘要:vi /etc/sysconfig/docker 根据操作系统不同和docker版本不同可能文件名不同,所有系统和版本也可以修改这个文件:docker.service 在OPTIONS=中加入 -H tcp://0.0.0.0:2375 -H unix://var/run/docker.sock 如 阅读全文
posted @ 2021-07-14 23:00 i舒 阅读(188) 评论(0) 推荐(0) 编辑
摘要://查看环境配置文件 $ systemctl show docker | grep EnvironmentFile EnvironmentFile=-/etc/sysconfig/docker (ignore_errors=yes) //查看服务启动文件位置: $ systemctl show -- 阅读全文
posted @ 2021-07-14 22:56 i舒 阅读(4931) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/karamos/article/details/80122486 https://www.cnblogs.com/zyxnhr/p/11802173.html https://cookcode.blog.csdn.net/article/details/8 阅读全文
posted @ 2021-07-13 22:17 i舒 阅读(15) 评论(0) 推荐(0) 编辑
摘要:emailext ( subject: "Jenkins:: ${job_name} - ${build_status}", body: '''${SCRIPT, template="groovy-html.template"}''', mimeType: 'text/html', to: "${m 阅读全文
posted @ 2021-07-10 09:24 i舒 阅读(108) 评论(0) 推荐(0) 编辑
摘要:Active choice pluginReactive Reference Configurationif (PARAMETER_REF) { return "<input name=\"value\" value=\"\" class=\"setting-input\" type=\"text\ 阅读全文
posted @ 2021-07-09 19:15 i舒 阅读(294) 评论(0) 推荐(0) 编辑
摘要:首推 https://www.cnblogs.com/zhaobowen/p/13514656.html 阅读全文
posted @ 2021-07-03 00:12 i舒 阅读(98) 评论(0) 推荐(0) 编辑
摘要:pipline stage view 阅读全文
posted @ 2021-07-02 23:51 i舒 阅读(197) 评论(0) 推荐(0) 编辑