Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-input-step-plugin
  Commit: 4f2a5d913618db5fcb088ad2dfe853ff4ce6a7b8
      
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/4f2a5d913618db5fcb088ad2dfe853ff4ce6a7b8
  Author: Jesse Glick <[email protected]>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepExecution.java

  Log Message:
  -----------
  postSettlement must be called before onSuccess/onFailure.
Otherwise InputAction.loadExecutions may fail to restore this execution.
Probably that is harmless, since we are just removing it anyway, but not sure
(and it does print a warning).


  Commit: 142e5e6002799a93dcb3505d0c56dd6047185849
      
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/142e5e6002799a93dcb3505d0c56dd6047185849
  Author: Jesse Glick <[email protected]>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepConfigTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepRestartTest.java

  Log Message:
  -----------
  [JENKINS-37154] Reproduced deadlock in test (sometimes).


  Commit: 1794b9e9baca9ee1b49b5164973b2120209f972d
      
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/1794b9e9baca9ee1b49b5164973b2120209f972d
  Author: Jesse Glick <[email protected]>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputAction.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepExecution.java

  Log Message:
  -----------
  [FIXED JENKINS-37154] Avoiding a deadlock.


  Commit: 394268e94fca25ecbc11a79f010300de9672382c
      
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/394268e94fca25ecbc11a79f010300de9672382c
  Author: Jesse Glick <[email protected]>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputAction.java

  Log Message:
  -----------
  @svanoort requests a shorter timeout.


  Commit: 6e4160951070fa916c379e02cc2260782adbae58
      
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/6e4160951070fa916c379e02cc2260782adbae58
  Author: Jesse Glick <[email protected]>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputAction.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepExecution.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepConfigTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepRestartTest.java

  Log Message:
  -----------
  Merge pull request #1 from jglick/hang-JENKINS-37154

[JENKINS-37154] Deadlock when aborting an input step


Compare: 
https://github.com/jenkinsci/pipeline-input-step-plugin/compare/6efdc1fd5c8a...6e4160951070

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to