如何上传APK从詹金斯/哈德森Play商店?金斯、商店、上传、哈德森

由网友(阿猫°‖ 阿狗°)分享简介:我实现了使用詹金斯持续集成的管道,但作为最后一步,我想詹金斯部署/上传签名的APK文件,以谷歌Play商店和AndroidPit。我找了詹金斯/哈德森插件,但只找到了两个:一个是阿帕卢萨马,一个用于Zubhium I implemented a continuous integration pipeline usin...

我实现了使用詹金斯持续集成的管道,但作为最后一步,我想詹金斯部署/上传签名的APK文件,以谷歌Play商店和AndroidPit。我找了詹金斯/哈德森插件,但只找到了两个:一个是阿帕卢萨马,一个用于Zubhium

I implemented a continuous integration pipeline using Jenkins, but as final step I want Jenkins to deploy/upload the signed APK file to Google Play Store and AndroidPit. I looked for Jenkins/Hudson plugins but only found two: one for Appaloosa and one for Zubhium.

我有一个工作的开发者账户无论在谷歌播放和AndroidPit,可以手动上传的APK的詹金斯产生。但我的问题是:(?通过shell脚本,例如)?有谁知道一个办法教詹金斯 的APK上传到提到的应用程序商店

I have a working developer account both on Google Play and on AndroidPit and can manually upload the APK that Jenkins produces. But my question is: Does anybody know a way to teach Jenkins (e.g. via a shell script?) to upload the APK to the mentioned app stores?

推荐答案

有一个的谷歌Android的播放插件发布詹金斯它使用谷歌播放发布API ,在宣布谷歌I / O 2014年。

There is a Google Play Android Publisher plugin for Jenkins which uses the Google Play Publishing API, announced at Google I/O 2014.

谷歌也发布了 Java和Python库,以帮助使用API​​。

Google has also released Java and Python libraries to help make use of the API.

有关API的更多信息,参见: http://android-developers.blogspot.com/2014/07/grow-with-google-play-scaled-publishing.html

For more info on the API, see also: http://android-developers.blogspot.com/2014/07/grow-with-google-play-scaled-publishing.html

阅读全文

相关推荐

最新文章