Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Would it be possible to pass an environment variable from the credential-plugin as the "Google Play account"-parameter instead of a fixed choice within the build job.
This is just a question of the plugin switching to use the https://github.com/jenkinsci/credentials-plugin/blob/master/src/main/resources/lib/credentials/select.jelly tag with expressionAllowed="true" in https://github.com/jenkinsci/google-play-android-publisher-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/config.jelly#L5 and https://github.com/jenkinsci/google-play-android-publisher-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilder/config.groovy#L6
Removing the credentials-plugin component as that has provided all the generic framework to enable this functionality