How to upload an APK from Jenkins/Hudson to Play Store?

前端 未结 6 1278
一向
一向 2020-12-05 05:18

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 l

6条回答
  •  庸人自扰
    2020-12-05 05:49

    Google Play Android Publisher plugin for Jenkins is a good one. However, it doesn't support uploading descriptions and screenshots (at least for now).

    I found decent Gradle plugin, called Gradle Play Publisher. It supports uploading apk, updating Metadata, and uploading screenshots. And it only needs a few steps to setup.

提交回复
热议问题