提交jenkins自动化流水线
This commit is contained in:
+1
-2
@@ -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}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user