提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-30 02:51:21 +08:00
parent 2cb8a375d1
commit 63c7d04885
+5 -1
View File
@@ -94,7 +94,11 @@ pipeline {
}
}
stage('清理旧构建') {
steps {
sh "rm -rf dist/" // 清理 UniApp 打包生成的 dist 目录
}
}
stage('安装iOS证书 & 描述文件') {
steps {
sh '''