摘要: run.js: const spawn = require('cross-spawn'); spawn.sync('yarn -v', [], { stdio: 'inherit' }) spawn.sync('run.bat origin/master', [], { stdio: 'inheri 阅读全文
posted @ 2021-10-14 16:05 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 使用/H指令 xcopy \Jenkins\workspace\m-node-edu \temp\test\ /Y /E /H /exclude:exclude.txt 阅读全文
posted @ 2021-10-14 14:46 徐同保 阅读(2) 评论(0) 推荐(0) 编辑
摘要: xcopy \Jenkins\workspace\test \temp\test\ /Y /E /exclude:exclude.txt exclude.txt: node_modules 阅读全文
posted @ 2021-10-14 12:09 徐同保 阅读(6) 评论(0) 推荐(0) 编辑