提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-30 03:06:35 +08:00
parent b02f49663a
commit 52d7f3f5a9
+1 -3
View File
@@ -87,9 +87,7 @@ pipeline {
xcodebuild clean \\
-project ${APP_DIR}/${PROJECT_NAME}.xcodeproj \\
-scheme ${SCHEME_NAME} \\
-configuration ${CONFIGURATION} \\
archive
-configuration ${CONFIGURATION}
"""
}