Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-play-android-publisher-plugin
  Commit: 703d074ac197dc61c55d97190c588f9c1e663b8f
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/703d074ac197dc61c55d97190c588f9c1e663b8f
  Author: Entreco <[email protected]>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M README.md
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java

  Log Message:
  -----------
  JENKINS-66099: Initial attempt to add included versions


  Commit: 12576607d3dcae053950f21fdf1abcb048034886
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/12576607d3dcae053950f21fdf1abcb048034886
  Author: Entreco <[email protected]>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M README.md
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher.java
    M 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/help-bundlesToInclude.html

  Log Message:
  -----------
  JENKINS-66099: Clean up & documentation


  Commit: edc16303a8719080d0814af515d2a1b1103811d1
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/edc16303a8719080d0814af515d2a1b1103811d1
  Author: Entreco <[email protected]>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  JENKINS-66099: Revert updating jenkins version


  Commit: d78f36c03fbf54fd48e6b83903888e80740d3cf9
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/d78f36c03fbf54fd48e6b83903888e80740d3cf9
  Author: Christopher Orr <[email protected]>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/config.jelly

  Log Message:
  -----------
  Use textbox for specifying version codes to retain.

This fixes the crash on the freestyle configuration page, which would
happen because the repeatable type can't be mapped to the String type
used in the publisher class.


  Commit: d44a7e3d490be1b722f559f33acd4ca5caafde8a
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/d44a7e3d490be1b722f559f33acd4ca5caafde8a
  Author: Christopher Orr <[email protected]>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/help-bundlesToInclude.html

  Log Message:
  -----------
  Improve documentation for additional app file versions.


  Commit: 8a5b5cf8a5e97e47c54da9355c0b9c49716a1489
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/8a5b5cf8a5e97e47c54da9355c0b9c49716a1489
  Author: Christopher Orr <[email protected]>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M README.md
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackPublisherTask.java
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java

  Log Message:
  -----------
  Ensure variables can be used for additional version codes.

Also improved logging.


  Commit: c722b86a162173eb9b208597194485423b91e603
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/c722b86a162173eb9b208597194485423b91e603
  Author: Christopher Orr <[email protected]>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M README.md
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java
    M 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/help-additionalVersionCodes.html
    R 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/help-bundlesToInclude.html
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java

  Log Message:
  -----------
  Rename bundlesToInclude to additionalVersionCodes.

The feature isn't restricted to Android App Bundles, and we're really
just dealing with versionCodes, so I prefer this naming.


  Commit: b45fc2655e1558f3af951debc64c7ff3404871ac
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/b45fc2655e1558f3af951debc64c7ff3404871ac
  Author: Christopher Orr <[email protected]>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M README.md
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackPublisherTask.java
    M 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/help-additionalVersionCodes.html
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java

  Log Message:
  -----------
  Merge pull request #42 from Entreco/feature/JENKINS-66099


Compare: 
https://github.com/jenkinsci/google-play-android-publisher-plugin/compare/793266358e2e...b45fc2655e15

-- 
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 [email protected].
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/master/793266-b45fc2%40github.com.

Reply via email to