From f04c5d7bced95af9ed0e879c45995bd94e67c921 Mon Sep 17 00:00:00 2001 From: Home Date: Sun, 29 Mar 2026 16:40:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4jenkins=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile.ios | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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} \\