摘要: 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) 编辑