与jenkins构建的Hockeyapp配置

问题描述 投票:1回答:1

我正在研究混合应用程序,并有两个分支iOS和Android。如何使用hockeyapp配置Jenkins构建?

jenkins jenkins-plugins hockeyapp jenkins-job-dsl
1个回答
1
投票

首先,你需要在jenkins上安装HockeyApp Plugin

安装后,您将在http://jenkins-server:port/configure中获得Default HockeyApp Configuration选项

默认HockeyApp配置

Default API Token   <*provide the api token*> **you will get from hockey account
HTTP Client Timeout <leave empty>   
Enable global Debug Mode    <keep unchech>

在作业配置页面上有添加后期构建操作选项,其中选择上传到HockeyApp

API Token   <Leave blank if you have done previous step >

Upload Method = Upload App / Upload Version (select as per your requirement)

App File = location of app file

Symbols (.dSYM.zip or mapping.txt) =  An optional path, relative to the build's workspace, to the generated dSYM.zip (iOS and MacOS) or mapping.txt (Android) file.

Packed libraries (.zip) = Optional path

Release Notes = No Release Notes/Use Change Log/Load Release Notes from File/Input Release Notes  (select as per your choice)

Allow Downloads      (select as per your choice)

Restrict Downloads to Tags  (you can restrict downloads of your app to only users/devices with these tags.)

Notify Team     (select as per your choice)

删除旧版本(根据您的选择选择)

© www.soinside.com 2019 - 2024. All rights reserved.