Branch: refs/heads/feature/JENKINS-62404_custom-release-tracks Home: https://github.com/jenkinsci/google-play-android-publisher-plugin
Commit: b40660ae29ebbd9dd6040caa3519e5b3aecd4ed9 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/b40660ae29ebbd9dd6040caa3519e5b3aecd4ed9 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilder.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackAssignmentTask.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilderTest.java Log Message: ----------- Enable custom track names when moving files between release tracks. Commit: e06aa74568e6e54bbefb80a055e960f28b41f41f https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/e06aa74568e6e54bbefb80a055e960f28b41f41f Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/GooglePlayBuildStepDescriptor.java R src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrack.java Log Message: ----------- Remove ReleaseTrack and redundant config methods. Commit: 7743af932588cada2fc42a7590e4f217de4efc8c https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/7743af932588cada2fc42a7590e4f217de4efc8c Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M README.md M src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/help-trackName.html M src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilder/help-trackName.html Log Message: ----------- Update documentation to reflect custom release tracks being supported. Commit: 6af648c4da9dd88f341209a23e5e647430c80fe5 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/6af648c4da9dd88f341209a23e5e647430c80fe5 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackAssignmentTask.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilderTest.java Log Message: ----------- Deal with the Google Play API not always responding with all tracks. If you ask the API for a list of tracks, you'll only get back those which already have at least one release defined. 🤷♀️ This is inconvenient, as track names are case-sensitive, therefore we try to read the list of available tracks, so we can ensure that we use the canonical track name when calling the API, regardless of what the user provided in the job configuration. So now we show a warning if the track could not be found, but continue with the operation anyway, assuming that the track actually does exist, and the user entered the track name correctly. Compare: https://github.com/jenkinsci/google-play-android-publisher-plugin/compare/5433eedc47b9...6af648c4da9d -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/google-play-android-publisher-plugin/push/refs/heads/feature/JENKINS-62404_custom-release-tracks/5433ee-6af648%40github.com.