提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-30 03:05:37 +08:00
parent d06812b739
commit b02f49663a
+1 -5
View File
@@ -94,11 +94,7 @@ pipeline {
}
}
stage('清理旧构建') {
steps {
sh "rm -rf dist/" // 清理 UniApp 打包生成的 dist 目录
}
}
stage('开始归档项目') {
steps {
sh '''