[jenkinsci/google-play-android-publisher-plugin] 865f91: Bump minimum Jenkins version to 2.138.4.

2019-10-07 Thread Christopher Orr
  Branch: refs/heads/master
  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 
  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 
  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 
  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 
  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.


  Commit: e45ad51a010c14cf9da77aadfd57e6205620ef15
  
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/e45ad51a010c14cf9da77aadfd57e6205620ef15
  Author: Christopher Orr 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/AbstractPublisherTask.java
M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/Util.java

  Log Message:
  ---
  Merge pull request #17 from jenkinsci/jenkins-upgrade-jep-200-fixes

Update to Jenkins 2.138.4, and fix some remoting issues


Compare: 
https://github.com/jenkinsci/google-play-android-publisher-plugin/compare/d23a3d38760e...e45ad51a010c

-- 
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/master/d23a3d-e45ad5%40github.com.


[jenkinsci/google-play-android-publisher-plugin] 865f91: Bump minimum Jenkins version to 2.138.4.

2019-09-28 Thread Christopher Orr
  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 
  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 
  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 
  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 
  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/00-d6c721%40github.com.