美文网首页iOS学习iOS_Tips
Jenkins+ Xcode+ 蒲公英 实现IOS自动化打包和分

Jenkins+ Xcode+ 蒲公英 实现IOS自动化打包和分

作者: caiwenshu | 来源:发表于2015-09-18 16:57 被阅读13815次

    直接入正题:

    Screen Shot 2015-09-18 at 16.56.20.png

    Mac上安装Jekins

    jekins下载地址:http://jenkins-ci.org/ ,选择Mac 直接安装。安装成功后。访问http://localhost 是否可正常访问.

    安装Jekins相关插件

    证书管理插件
    1.https://wiki.jenkins-ci.org/display/JENKINS/Keychains+and+Provisioning+Profiles+Plugin#KeychainsandProvisioningProfilesPlugin-Uploadkeychainandprovisioningprofilefilessection

    xcode插件
    2.https://wiki.jenkins-ci.org/display/JENKINS/XCode+Plugin#XcodePlugin-Installationguide

    脚本执行插件
    3.https://wiki.jenkins-ci.org/display/JENKINS/PostBuildScript+Plugin

    git插件
    4.https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin

    IOS证书管理和修正

    1.点击 Manage Jenkins-> [Keychains and Provisioning Profiles Management] 进入如下页面

    Screen Shot 2015-09-18 at 15.49.30.png

    2.点击choose File 并上传 当前登录用户的~/Library/Keychain/login.keychain文件.
    上传成功后会出现:

    Screen Shot 2015-09-18 at 15.55.05.png

    点击Add Code Signing Identity添加对应的签名

    3.上传Provisioning Profiles文件,xcode的profile存放在~/Library/MobileDevice/Provisioning Profiles/中,找到你要的profile,上传

    Screen Shot 2015-09-18 at 16.04.46.png
    这步很重要,如果证书出错请查看:http://www.cnblogs.com/qingjoin/p/3929493.html
    

    新建项目

    1.New Item -> 选择FreeStyle project
    2.关联GIt

    Screen Shot 2015-09-18 at 16.27.12.png

    3.Xcode的相关配置

    Screen Shot 2015-09-18 at 16.29.41.png Screen Shot 2015-09-18 at 16.29.55.png Screen Shot 2015-09-18 at 16.30.02.png

    4.ipa上传到蒲公英和发送邮件

    Screen Shot 2015-09-18 at 16.30.40.png

    5.相关的python文件的地址为:
    https://github.com/caiwenshu/CI_pgy/blob/master/pgy_upload_temp.py

    该代码引用来自:http://www.cocoachina.com/ios/20150428/11698.html

    相关文章

      网友评论

      • 热血足球2016:请问大大Jenkins 可以修改APP icon吗 和 更改已经有的项目的名称
        Fengur:@热血足球2016 https://www.jianshu.com/p/fbc0ba39f7b4
        热血足球2016:@caiwenshu 大大你好,我指的是上线后,在不重新上线app的情况下修改icon,之前淘宝看到过这种技术,然后请问大致怎么实现呢
        caiwenshu:@热血足球2016 Icon 可以动态更换,名称的高版本好像不行。
      • A_sura:楼主,您好,现在我配置了基本 jenkins, xcode 后面的还没有配置,尝试构建,然后不行,错误为:
        > git rev-parse --is-inside-work-tree # timeout=10
        Fetching changes from the remote Git repository
        > git config remote.origin.url https://gitee.com/asura_0/testItem.git # timeout=10
        Fetching upstream changes from https://gitee.com/asura_0/testItem.git
        > git --version # timeout=10
        > git fetch --tags --progress https://gitee.com/asura_0/testItem.git +refs/heads/*:refs/remotes/origin/*
        Seen branch in repository origin/master 等,楼主遇到过吗,请指教,谢谢
        caiwenshu:@A_sura timeout
      • 远处那片海:请问PostBuildScript Plugin插件怎么下载呢,找不到下载按钮
      • fba08aef555c:请问您的ci搭建成功了吗?有问题想劳烦您指导一下~
      • 孤独感爆棚:楼主在吗,现在我遇到几个问题,希望能得到你的帮助,我的QQ是1105938518 :kissing_heart:
      • 157a50dc2555:清晰个屁啊,写的啥玩意
        caiwenshu:@MrrrrrrrLiao 实践来的。
        157a50dc2555:@caiwenshu 中间有的步骤有问题吧,感觉都是照搬过来的博客,没任何意义,我不知道别人看你的博客能不能配成功?
        caiwenshu:@MrrrrrrrLiao 。。。。
      • 移动布道师:Results at '/Users/Shared/Jenkins/Home/workspace/ds_project_new/build/jenkins-ds_project_new-25.ipa'
        [build] $ ditto -c -k --keepParent -rsrc /Users/Shared/Jenkins/Home/workspace/ds_project_new/build/IHome4Phone.app.dSYM /Users/Shared/Jenkins/Home/workspace/ds_project_new/build/jenkins-ds_project_new-25-dSYM.zip
        [PostBuildScript] - Execution post build scripts.
        [ds_project_new] $ /bin/sh -xe /Users/Shared/Jenkins/tmp/hudson1308126104959055853.sh
        + /usr/bin/python /Users/odymacserver/Desktop/shell/pgy_upload_temp.py
        /usr/bin/python: can't open file '/Users/odymacserver/Desktop/shell/pgy_upload_temp.py': [Errno 13] Permission denied
        Build step 'Execute a set of scripts' changed build result to FAILURE
        Build step 'Execute a set of scripts' marked build as failure
        Finished: FAILURE
        镜头下的涂鸦:@caiwenshu 我怎么也是这种情况 已经是可执行文件了,
        caiwenshu:@飞武 文件没执行权限
        移动布道师:@飞武 楼主这个怎么解决啊
      • 移动布道师:  脚本执行不行啊
      • 157a50dc2555:打开localhost提示offline
      • Ekkooo丶:按照你的分享,我把证书和keychain,profile都配置好了,但是仍然报证书的错误
        Check dependencies
        Code Sign error: No matching codesigning identity found: No codesigning identities (i.e. certificate and private key pairs) matching “iPhone Distribution: .” were found.
        Warning: Multiple build commands for output file

        我的代码是本地的,放在了workspace中,然后我尝试把钥匙串中的证书从登录copy到系统,但是仍然失败。依然是上面的错误信息。你可知道是哪里出了问题吗?
        85edd583c523:@小花哥哥丿 我的也是出现了这样的情况 ,请问你解决了吗。求指导
      • 陈鸿禧:看了那么多篇,就你这篇清晰明了
      • 0ce49954119c:你好,请问Git的Credentials需要上传ssh的key吗?本地私钥吗
        MoussyL:@骚神 是的,我前几天配置的,总是失败,后来网上查查都说把ssh的私钥绑定就行了
      • 2560dedfd504:你好,我在使用Jenkins打包的时候,如果在Custom xcodebuild arguments中使用
        CODE_SIGN_RESOURCE_RULES_PATH=$(SDKROOT)/ResourceRules.plist
        打包出来的release版在上传的时候会报错 ERROR ITMS-90339;
        如果去掉这条,打包时报错
        error: couldn't parse contents of '/Users/Shared/Jenkins/Home/jobs/App-Patient-IOS-Release/workspace/HBProjiect/Info.plist': The data couldn’t be read because it isn’t in the correct format.

        ** BUILD FAILED **

        求教
      • 1fd4db948b74:我也打不卡localhost啊。求教。
        四月六月:有可能是没安装java
        Ekkooo丶:@1fd4db948b74 可能你的端口被占用了哦
      • 老王技术栈:安装jenkins打不开localhost
        Ekkooo丶:@wowo草民 端口的问题吧,可能你的端口被占用了
        老王技术栈:@caiwenshu 没有。啊不知道怎么回事
        caiwenshu:@wowo草民 起了吗

      本文标题:Jenkins+ Xcode+ 蒲公英 实现IOS自动化打包和分

      本文链接:https://www.haomeiwen.com/subject/fmvbcttx.html