摘要:
记录Jenkins H5编译、打包、发布 #!/usr/bin/env python3 # -*- coding:GBK -*- # author by Michael Ho # contact:herui@gszq.com import os, shutil, time # npm编译 def n 阅读全文
摘要:
记录 Jenkins 自动部署 GKfmc 程序 #!/usr/local/env python3 # -*- coding:utf-8 -*- import psutil, shutil, os # 杀死进程 def kill_process_name(process_name): pid_lis 阅读全文