From 6b06c8b0cb71abab636c7ca5ed03c4a5194cd45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Mon, 30 Mar 2026 14:16:52 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5F=E5=AE=8C=E5=96=84=E4=BB=A3=E7=A0=81=E8=A7=84?= =?UTF-8?q?=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile-ios | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile-ios b/Jenkinsfile-ios index 84c3fc9c..495b01ea 100644 --- a/Jenkinsfile-ios +++ b/Jenkinsfile-ios @@ -131,7 +131,7 @@ pipeline { ''' } } - stage('开始归档项目') { + stage('✅ 开始归档(静默模式)') { steps { script { // Groovy 里拼接命令,随便写注释,不会影响 shell @@ -167,7 +167,8 @@ pipeline { // 清空编译参数 "OTHER_CFLAGS=''", "OTHER_CPLUSPLUS_FLAGS=''", - "OTHER_SWIFT_FLAGS=''" + "OTHER_SWIFT_FLAGS=''", + "> /dev/null 2>&1" ].join(' ') // 拼接成一行完整命令 // 打印最终命令 echo "执行命令:${xcodeCommand}" @@ -176,7 +177,7 @@ pipeline { } } } - stage('导出IPA安装包') { + stage('✅ 开始导出 IPA安装包') { steps { sh ''' xcodebuild -exportArchive \\