[JIRA] (JENKINS-54479) androidApkMove not moving Release Notes between Tracks

2 views
Skip to first unread message

dathornton@sinclairdigital.com (JIRA)

unread,
Nov 6, 2018, 12:38:02 AM11/6/18
to jenkinsc...@googlegroups.com
David T created an issue
 
Jenkins / Bug JENKINS-54479
androidApkMove not moving Release Notes between Tracks
Issue Type: Bug Bug
Assignee: Christopher Orr
Attachments: image-2018-11-05-21-29-31-129.png, image-2018-11-05-21-30-03-945.png
Components: google-play-android-publisher-plugin
Created: 2018-11-06 05:37
Labels: plugin
Priority: Major Major
Reporter: David T

I've just finished adding and implementing the Google Play Android Publisher plugin for Jenkins for both uploading APKs and moving them between tracks in the Google Play Console.

I'm using Version 1.8 of the plugin.

The Uploading is working flawlessly and is even putting my Release Notes for the specified languages into Google Play correctly, by using this:

def getDeployNotes() {
    return [language: 'en-US', text: "${env.DEPLOY_NOTES}"]
}
                                
androidApkUpload
    googleCredentialsId: signingCredential,
    apkFilesPattern: "app/build/outputs/apk/${variant.flavor}/${variant.type}/*.apk",
    deobfuscationFilesPattern: "app/build/outputs/mapping/${variant.flavor}/${variant.type}/mapping.txt",
    trackName: 'alpha',
    recentChangeList: [getDeployNotes()]

It produces this result in the Alpha Track in the Play Console (Note the "Here are some deploy notes, let's see if they persist during APK Move.")

Now, to Move the APK between Tracks in the Play Console, I use "androidApkMove" like so

androidApkMove
    applicationId: release.packageName,
    fromVersionCode: true,
    googleCredentialsId: release.googleCredentialsId,
    rolloutPercentage: env.ROLLOUT_PERCENTAGE,
    trackName: env.TO_TRACK,
    versionCodes: env.VERSION_NUMBER

Which produces this result in the Beta Track in the Play Console (Note there are no release notes)

I'm at a loss as to what to do here and I've read through the documentation for the plugin, but I've yet to find anything. Should this be working or is this a known bug?

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

dathornton@sinclairdigital.com (JIRA)

unread,
Dec 5, 2019, 5:10:02 PM12/5/19
to jenkinsc...@googlegroups.com
David T commented on Bug JENKINS-54479
 
Re: androidApkMove not moving Release Notes between Tracks

Christopher Orr Any chance this can be looked at? It's a pretty major thing that is missing.

This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages