提交jenkins自动化流水线
This commit is contained in:
+1
-5
@@ -94,11 +94,7 @@ pipeline {
|
||||
|
||||
}
|
||||
}
|
||||
stage('清理旧构建') {
|
||||
steps {
|
||||
sh "rm -rf dist/" // 清理 UniApp 打包生成的 dist 目录
|
||||
}
|
||||
}
|
||||
|
||||
stage('开始归档项目') {
|
||||
steps {
|
||||
sh '''
|
||||
|
||||
Reference in New Issue
Block a user