Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/durable-task-plugin
  Commit: 2cc70cf3195298b8ad9bc6f14b8d60b04e9999fd
      
https://github.com/jenkinsci/durable-task-plugin/commit/2cc70cf3195298b8ad9bc6f14b8d60b04e9999fd
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java

  Log Message:
  -----------
  If Proc is AutoCloseable, close it after launch.


  Commit: 3ba6b58e861e21abe51c0d9af8bb4b47b1b188e6
      
https://github.com/jenkinsci/durable-task-plugin/commit/3ba6b58e861e21abe51c0d9af8bb4b47b1b188e6
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java
    M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java

  Log Message:
  -----------
  Wait for Proc.join rather than discarding value.


  Commit: d7dcb6fb382c47b283a689f66ea2e3c760399c81
      
https://github.com/jenkinsci/durable-task-plugin/commit/d7dcb6fb382c47b283a689f66ea2e3c760399c81
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java

  Log Message:
  -----------
  https://github.com/moby/moby/issues/33039#issuecomment-353250651 seems to be 
the secret: close stdout & stderr.


  Commit: 8a00737f12b280e3648ccb147b7b88ae3956aa7a
      
https://github.com/jenkinsci/durable-task-plugin/commit/8a00737f12b280e3648ccb147b7b88ae3956aa7a
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java
    M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java

  Log Message:
  -----------
  Actually Proc.join is not necessary; suffices to properly background the 
process.


  Commit: f179f78e479f96868c2163b30caa8af6297cf92c
      
https://github.com/jenkinsci/durable-task-plugin/commit/f179f78e479f96868c2163b30caa8af6297cf92c
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java

  Log Message:
  -----------
  @dwnusbaum in 
https://github.com/jenkinsci/durable-task-plugin/pull/98#discussion_r299523386 
suggested a hint to the user on a -2 error.


  Commit: 7ae2e965bb1f5ac78b26298ff364a2affb85f78a
      
https://github.com/jenkinsci/durable-task-plugin/commit/7ae2e965bb1f5ac78b26298ff364a2affb85f78a
  Author: Devin Nusbaum <dwnusb...@users.noreply.github.com>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java
    M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java

  Log Message:
  -----------
  Merge pull request #98 from jglick/Proc.join

[JENKINS-58290] Run wrapper process in the background


Compare: 
https://github.com/jenkinsci/durable-task-plugin/compare/dac5d1b4fece...7ae2e965bb1f

-- 
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/durable-task-plugin/push/refs/heads/master/dac5d1-7ae2e9%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to