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