摘要: 记录Jenkins H5编译、打包、发布 #!/usr/bin/env python3 # -*- coding:GBK -*- # author by Michael Ho # contact:herui@gszq.com import os, shutil, time # npm编译 def n 阅读全文
posted @ 2020-04-17 10:27 何瑞 阅读(1254) 评论(0) 推荐(0) 编辑
摘要: 记录 Jenkins 自动部署 GKfmc 程序 #!/usr/local/env python3 # -*- coding:utf-8 -*- import psutil, shutil, os # 杀死进程 def kill_process_name(process_name): pid_lis 阅读全文
posted @ 2020-04-17 10:26 何瑞 阅读(170) 评论(0) 推荐(0) 编辑