diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index 11eeea6f..c6b3e6b8 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -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} \\