提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-30 03:49:10 +08:00
parent 7ce7502002
commit f629588306
+1
View File
@@ -37,6 +37,7 @@ pipeline {
stage('清理旧构建') {
steps {
sh "rm -rf dist/" // 清理 UniApp 打包生成的 dist 目录
sh "rm -rf ${ARCHIVE_PATH}" // 清理 上次的归档文件
}
}
// stage('安装依赖') {