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