Google 服务帐户凭据未正确配置 - APK 发布者通过 Jenkins
The Google Service Account credential has not been configured correctly - APK publisher via Jenkins
我已将我的 Jenkins 作业配置为通过插件 Google Play Android Publisher Plugin 将已签名的 apk 上传到 google 游戏机。
我也按照插件阅读我页面上的描述签署了我的 apk。
但是我不断得到:
The Google Service Account credential 'Google Play Android Developer'
has not been configured correctly.Update the credential, ensuring that
the required data have been entered, then try again
除了 steps 之后还有什么我错过的吗?
注意:我已在 Play 控制台中向 API 用户 (Jenkins) 授予管理员访问权限。
经过几天的努力,将我的 jenkins 工作分成两个不同的部分,并尝试了所有 hack,this answer 解决了我的问题。
我只需要在 Jenkins 中降级 token-macro to 1.10, google-play-publisher to 1.5 and Oauth 0.3 插件。
发布我的 signed-apks 以通过 Jenkins 玩控制台。
它的已知错误仍然存在于最新版本的 google-play-publisher 插件中。
我已将我的 Jenkins 作业配置为通过插件 Google Play Android Publisher Plugin 将已签名的 apk 上传到 google 游戏机。
我也按照插件阅读我页面上的描述签署了我的 apk。
但是我不断得到:
The Google Service Account credential 'Google Play Android Developer' has not been configured correctly.Update the credential, ensuring that the required data have been entered, then try again
除了 steps 之后还有什么我错过的吗?
注意:我已在 Play 控制台中向 API 用户 (Jenkins) 授予管理员访问权限。
经过几天的努力,将我的 jenkins 工作分成两个不同的部分,并尝试了所有 hack,this answer 解决了我的问题。
我只需要在 Jenkins 中降级 token-macro to 1.10, google-play-publisher to 1.5 and Oauth 0.3 插件。
发布我的 signed-apks 以通过 Jenkins 玩控制台。 它的已知错误仍然存在于最新版本的 google-play-publisher 插件中。