问题描述
我实现了使用詹金斯持续集成的管道,但作为最后一步,我想詹金斯部署/上传签名的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?
推荐答案
有一个的詹金斯它使用谷歌播放发布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
这篇关于如何上传APK从詹金斯/哈德森Play商店?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!