Fabric Crashlytics如何使用Xcode集成插件在Jenkins中上传dSYM文件 [英] Fabric Crashlytics How to upload dSYM file in Jenkins with Xcode integration plugin

查看:239
本文介绍了Fabric Crashlytics如何使用Xcode集成插件在Jenkins中上传dSYM文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好的,我使用Jenkins + Xcode集成插件自动导出iPA以供测试人员进行测试.我希望Jenkins在每个版本上将dSYM文件自动上传到Fabric服务器.怎么做?

ok, I use Jenkins + Xcode integration plugin to auto export iPA for tester to test. I want Jenkins to auto upload dSYM file to fabric server on every build. How to do it?

Jenkins在运行Mac OS 10.1.1.1的Mac mini 2012上运行.我已经在上面安装了fabric.app,并且该应用程序始终在运行,并且该项目具有外壳

Jenkins is running on my mac mini 2012 with mac os 10.11.1. I have install fabric.app on it, and the app is always running, and the project have a shell

./Fabric.framework/run xxxkey  xxx

但是它看起来不起作用吗?

But it sees not work?

推荐答案

好,我发现问题在于jenkins杀死了上载dSYM进程.詹金斯(Jenkins)杀死了所有工作产生的过程.我正在解决这个问题.

Ok I find the problem is that the upload dSYM process is killed by jenkins. Jenkins kills all process spawn by the job. I am solving this problem.

要解决此问题,请阅读以下文档: https://wiki.jenkins-ci.org/display/JENKINS/ProcessTreeKiller

To solve it, read the document: https://wiki.jenkins-ci.org/display/JENKINS/ProcessTreeKiller

只需添加一个变量

export BUILD_ID=dontKillMe

上传dSYM任务将继续上传.

And the upload dSYM task will continue to upload.

这篇关于Fabric Crashlytics如何使用Xcode集成插件在Jenkins中上传dSYM文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆