From 1970d8b0373a6bb24ba08739182d91355a18503e Mon Sep 17 00:00:00 2001 From: Home Date: Mon, 30 Mar 2026 03:15:01 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index f8025edb..dc27f2c5 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -35,12 +35,12 @@ pipeline { sh "rm -rf dist/" // 清理 UniApp 打包生成的 dist 目录 } } - stage('安装依赖') { - steps { - echo "✅ 安装 UniApp 依赖(忽略平台+开权限+强制)" - sh "npm install --force --unsafe-perm --ignore-platform" - } - } +// stage('安装依赖') { +// steps { +// echo "✅ 安装 UniApp 依赖(忽略平台+开权限+强制)" +// sh "npm install --force --unsafe-perm --ignore-platform" +// } +// } stage('读取 manifest 版本号 → 写入环境变量') { steps { script { @@ -69,7 +69,7 @@ pipeline { steps { sh ''' # =============== 安装 p12 证书 =============== - + security unlock-keychain -p ${MAC_LOGIN_PWD} ~/Library/Keychains/login.keychain-db ''' } }