Branch: refs/heads/jenkins-upgrade-jep-200-fixes Home: https://github.com/jenkinsci/google-play-android-publisher-plugin Commit: 865f91b3d721dd67cdc6dab6d61b989547ac0c06 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/865f91b3d721dd67cdc6dab6d61b989547ac0c06 Author: Christopher Orr <ch...@orr.me.uk> Date: 2019-09-28 (Sat, 28 Sep 2019)
Changed paths: M pom.xml Log Message: ----------- Bump minimum Jenkins version to 2.138.4. This is the minimum LTS version that Pipeline currently supports. Commit: 46560aed537a9943b67f4f1f14fe2c847973dc21 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/46560aed537a9943b67f4f1f14fe2c847973dc21 Author: Christopher Orr <ch...@orr.me.uk> Date: 2019-09-28 (Sat, 28 Sep 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/Util.java Log Message: ----------- Remove usage of anonymous classes in remoting. This is frowned upon, and prints out warnings, post JEP-200; see https://jenkins.io/redirect/serialization-of-anonymous-classes/ Commit: 50ee2dddba932e1e687e6ae2936255e83b256b3d https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/50ee2dddba932e1e687e6ae2936255e83b256b3d Author: Christopher Orr <ch...@orr.me.uk> Date: 2019-09-28 (Sat, 28 Sep 2019) Changed paths: M pom.xml Log Message: ----------- Install Pipeline and other plugins for local development. Commit: d6c721e265c6ccd2c822920c0531d56bb304954d https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/d6c721e265c6ccd2c822920c0531d56bb304954d Author: Christopher Orr <ch...@orr.me.uk> Date: 2019-09-28 (Sat, 28 Sep 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/AbstractPublisherTask.java Log Message: ----------- Fix issue with log messages going missing sometimes. This appears to be behaviour that manifests itself in Pipeline builds, and was fixed by https://github.com/jenkinsci/jenkins/pull/3961. To ensure we don't lose buffered logs on Jenkins versions before 2.173, we now ensure the log is flushed after use on the remote agent. Compare: https://github.com/jenkinsci/google-play-android-publisher-plugin/compare/865f91b3d721%5E...d6c721e265c6 -- 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/jenkins-upgrade-jep-200-fixes/000000-d6c721%40github.com.