05 2021 档案
摘要:https://www.codenong.com/15436915/
阅读全文
摘要:http://www.mydlq.club/article/7/
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:Job import plugin https://www.jianshu.com/p/35f3f86253a1
阅读全文
摘要:environment { MAGE_REPO_CREDENTIALS = credentials('COMPOSER_REPO_MAGENTO') COMPOSER_AUTH = """{ "http-basic": { "repo.magento.com": { "username": "${e
阅读全文
摘要:http://www.jenkins.org.cn/1207.html
阅读全文
摘要:https://www.jianshu.com/p/35f3f86253a1 https://zhuanlan.zhihu.com/p/349364389
阅读全文
摘要:Elementary knowledge of linux shell, python and robot Linux: https://www.linuxprobe.com/basic-learning-02.html Python: https://pythonbasics.org/ Robot
阅读全文
摘要: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
阅读全文
摘要:run keyword if '2017' in $html log to console 内容 判断 '2017' 如果在'$html'这个变量里面,如果 '2017' 在这个字符串里面,如果是 True 的话为真,那么就执行 Log to console 就打印,内容就是 Log to cons
阅读全文
摘要:python 3.5 subprocess中新增run方法很好用: >>>a= subprocess.run("ls", stdout=subprocess.PIPE,stderr=subprocess.PIPE,encoding="utf-8")CompletedProcess(args='ls'
阅读全文
摘要:https://www.cnblogs.com/-wenli/p/13621862.html
阅读全文
摘要: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
阅读全文
摘要:https://blog.csdn.net/CSDN_duomaomao/article/details/78587103 docker commandline文档: https://docs.docker.com/engine/reference/commandline/ps/
阅读全文
摘要:import hudson.FilePathimport hudson.model.ParametersActionimport hudson.model.FileParameterValueimport hudson.model.Executor stage("p_build"){ echo "p
阅读全文
摘要:https://www.cnblogs.com/-wenli/p/13621862.html
阅读全文