上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: 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舒 阅读(404) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/-wenli/p/13621862.html 阅读全文
posted @ 2021-05-10 18:09 i舒 阅读(58) 评论(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舒 阅读(177) 评论(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舒 阅读(57) 评论(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舒 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 11 阅读全文
posted @ 2021-05-08 17:32 i舒 阅读(137) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/-wenli/p/13621862.html 阅读全文
posted @ 2021-05-07 10:23 i舒 阅读(26) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/38461705/checkout-jenkins-pipeline-git-scm-with-credentials withCredentials([usernamePassword(credentialsId: '<cre 阅读全文
posted @ 2021-04-30 18:06 i舒 阅读(761) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/52069573/read-only-file-system-on-vagrant-visualbox-ubuntu16-04 磁盘坏道检查: https://www.jianshu.com/p/6020d4fbcde2 阅读全文
posted @ 2021-04-28 14:12 i舒 阅读(54) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43947499/article/details/84790642 https://blog.csdn.net/weixin_43947499/article/details/84790642 阅读全文
posted @ 2021-04-28 07:27 i舒 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页