05 2021 档案

摘要:https://www.codenong.com/15436915/ 阅读全文
posted @ 2021-05-31 13:32 i舒 阅读(253) 评论(0) 推荐(0) 编辑
摘要:http://www.mydlq.club/article/7/ 阅读全文
posted @ 2021-05-31 09:36 i舒 阅读(29) 评论(0) 推荐(0) 编辑
摘要:because the document's frame is sandboxed and the 'allow-scripts' permission is not set vi /etc/default/jenkins JAVA_ARGS="${JAVA_ARGS} -Dhudson.model 阅读全文
posted @ 2021-05-27 18:45 i舒 阅读(1782) 评论(0) 推荐(0) 编辑
摘要:cat /etc/systemd/system/docker.service.d/http-proxy.conf[Service]Environment="HTTP_PROXY=http://xx.xx.xx.xx:xxxx/" "HTTPS_PROXY=http://xx.xx.xx.xx:xxx 阅读全文
posted @ 2021-05-27 16:28 i舒 阅读(92) 评论(0) 推荐(0) 编辑
摘要:Job import plugin https://www.jianshu.com/p/35f3f86253a1 阅读全文
posted @ 2021-05-27 14:48 i舒 阅读(63) 评论(0) 推荐(0) 编辑
摘要:environment { MAGE_REPO_CREDENTIALS = credentials('COMPOSER_REPO_MAGENTO') COMPOSER_AUTH = """{ "http-basic": { "repo.magento.com": { "username": "${e 阅读全文
posted @ 2021-05-27 14:47 i舒 阅读(412) 评论(0) 推荐(0) 编辑
摘要:http://www.jenkins.org.cn/1207.html 阅读全文
posted @ 2021-05-27 10:37 i舒 阅读(34) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/35f3f86253a1 https://zhuanlan.zhihu.com/p/349364389 阅读全文
posted @ 2021-05-27 10:32 i舒 阅读(34) 评论(0) 推荐(0) 编辑
摘要:Elementary knowledge of linux shell, python and robot Linux: https://www.linuxprobe.com/basic-learning-02.html Python: https://pythonbasics.org/ Robot 阅读全文
posted @ 2021-05-21 10:16 i舒 阅读(36) 评论(0) 推荐(0) 编辑
摘要:version: "3"services: test unit: build: . image: xx.xx.xx.xx:xxxx/test-daily volumes: - ./config.yaml:/home/config/config.yaml command: bash test.sh t 阅读全文
posted @ 2021-05-13 09:37 i舒 阅读(79) 评论(0) 推荐(0) 编辑
摘要:run keyword if '2017' in $html log to console 内容 判断 '2017' 如果在'$html'这个变量里面,如果 '2017' 在这个字符串里面,如果是 True 的话为真,那么就执行 Log to console 就打印,内容就是 Log to cons 阅读全文
posted @ 2021-05-11 15:53 i舒 阅读(54) 评论(0) 推荐(0) 编辑
摘要:python 3.5 subprocess中新增run方法很好用: >>>a= subprocess.run("ls", stdout=subprocess.PIPE,stderr=subprocess.PIPE,encoding="utf-8")CompletedProcess(args='ls' 阅读全文
posted @ 2021-05-10 18:41 i舒 阅读(416) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/-wenli/p/13621862.html 阅读全文
posted @ 2021-05-10 18:09 i舒 阅读(59) 评论(0) 推荐(0) 编辑
摘要:import hudson.*pipeline{ agent any stages{ stage("Download code"){ steps{ script{ environment { http_proxy="xx.xx.xx.xx:xxxx" https_proxy="xx.xx.xx.xx 阅读全文
posted @ 2021-05-10 18:06 i舒 阅读(180) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/CSDN_duomaomao/article/details/78587103 docker commandline文档: https://docs.docker.com/engine/reference/commandline/ps/ 阅读全文
posted @ 2021-05-08 18:01 i舒 阅读(58) 评论(0) 推荐(0) 编辑
摘要:import hudson.FilePathimport hudson.model.ParametersActionimport hudson.model.FileParameterValueimport hudson.model.Executor stage("p_build"){ echo "p 阅读全文
posted @ 2021-05-08 17:33 i舒 阅读(444) 评论(0) 推荐(0) 编辑
摘要:11 阅读全文
posted @ 2021-05-08 17:32 i舒 阅读(138) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/-wenli/p/13621862.html 阅读全文
posted @ 2021-05-07 10:23 i舒 阅读(26) 评论(0) 推荐(0) 编辑