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 \\