提交jenkins自动化流水线
This commit is contained in:
+5
-1
@@ -94,7 +94,11 @@ pipeline {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
stage('清理旧构建') {
|
||||
steps {
|
||||
sh "rm -rf dist/" // 清理 UniApp 打包生成的 dist 目录
|
||||
}
|
||||
}
|
||||
stage('安装iOS证书 & 描述文件') {
|
||||
steps {
|
||||
sh '''
|
||||
|
||||
Reference in New Issue
Block a user