提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-29 16:40:50 +08:00
parent 292edd28f9
commit f04c5d7bce
+1 -3
View File
@@ -76,10 +76,8 @@ pipeline {
stage('配置SDK & 赋予权限 & 编译IOS') {
steps {
echo "========== 🗑️清理旧构建内容 =========="
sh "cd ${APP_DIR}"
sh "pwd"
sh "ls -la"
sh """
cd ${APP_DIR}
xcodebuild clean \\
-project ${PROJECT_NAME}.xcodeproj \\
-scheme ${SCHEME_NAME} \\