我正在开发混合应用程序并拥有两个分支 iOS 和 Android。如何使用 hockeyapp 配置 Jenkins 构建?
问问题
1206 次
1 回答
1
首先你需要在jenkins上安装HockeyApp 插件
安装后,您将 在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)
删除旧版本(根据您的选择选择)
于 2015-12-22T14:28:07.420 回答