-
Improvement
-
Resolution: Fixed
-
Major
Hi,
I'm unable to get the credentials configured properly for Google play Android publisher plugin.
Can you please confirm the following syntax:
- googleRobotPrivateKey:
projectId: "google-play-account"
serviceAccountConfig:
json:
filename: "xxx"
secretJsonKey: ${GOOGLE_PLAY_KEY}
The key should be base64 encoded?
Thanks in advance,
Nada
- is duplicated by
-
JENKINS-61062 Google service Account credentials as code in Jenkins Credentials
-
- Closed
-
Yeah, I don't know how well it's documented in the Google OAuth Credentials plugin, but this worked for me:
I'll add some documentation for the next version of the Google Play Android Publisher plugin:
https://github.com/jenkinsci/google-play-android-publisher-plugin/pull/29
You can see more examples in the Google OAuth Plugin PR that implemented this feature:
https://github.com/jenkinsci/google-oauth-plugin/pull/48