提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-29 16:44:59 +08:00
parent f04c5d7bce
commit a7b2df96fd
+1 -2
View File
@@ -77,9 +77,8 @@ pipeline {
steps {
echo "========== 🗑️清理旧构建内容 =========="
sh """
cd ${APP_DIR}
xcodebuild clean \\
-project ${PROJECT_NAME}.xcodeproj \\
-project ${APP_DIR}/${projectName}.xcodeproj \\
-scheme ${SCHEME_NAME} \\
-configuration ${configuration}
"""