Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/workflow-api-plugin

  Commit: 8fba087072667507bfcfba9be18608b5a808d7fc

      
https://github.com/jenkinsci/workflow-api-plugin/commit/8fba087072667507bfcfba9be18608b5a808d7fc

  Author: Jesse Glick <jgl...@cloudbees.com>

  Date:   2022-05-11 (Wed, 11 May 2022)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecution.java

    M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

    M 
src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionListener.java

    M 
src/test/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionListTest.java



  Log Message:

  -----------

  [JENKINS-67164] Call `StepExecution.onResume` in response to 
`WorkflowRun.onLoad` not `FlowExecutionList.ItemListenerImpl`





  Commit: b1778a924b2db390a4f4aed23f01d36493ff95f7

      
https://github.com/jenkinsci/workflow-api-plugin/commit/b1778a924b2db390a4f4aed23f01d36493ff95f7

  Author: Jesse Glick <jgl...@cloudbees.com>

  Date:   2022-05-19 (Thu, 19 May 2022)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java



  Log Message:

  -----------

  Call `StepExecution.onResume` in parallel to the extent possible





  Commit: a643c5f893e94a14c256192169d82c2bdf84c3dd

      
https://github.com/jenkinsci/workflow-api-plugin/commit/a643c5f893e94a14c256192169d82c2bdf84c3dd

  Author: Jesse Glick <jgl...@cloudbees.com>

  Date:   2022-05-19 (Thu, 19 May 2022)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge branch 'master' of https://github.com/jenkinsci/workflow-api-plugin 
into FlowExecutionList-JENKINS-67164





  Commit: 8034dd22fb209133e3c9160e197c20bd4b8b92da

      
https://github.com/jenkinsci/workflow-api-plugin/commit/8034dd22fb209133e3c9160e197c20bd4b8b92da

  Author: Jesse Glick <jgl...@cloudbees.com>

  Date:   2022-05-26 (Thu, 26 May 2022)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java



  Log Message:

  -----------

  
https://github.com/jenkinsci/workflow-api-plugin/pull/221#discussion_r882853693



Example from `ExecutorStepDynamicContextTest.parallelNodeDisappearance`:



```

"Computer.threadPoolForRemoting [#3]" #89 daemon prio=5 os_prio=0 
tid=0x00007f30d0c6a800 nid=0x6d0f9 in Object.wait() [0x00007f31047fe000]

   java.lang.Thread.State: TIMED_WAITING (on object monitor)

        at java.lang.Object.wait(Native Method)

        at java.lang.Object.wait(Object.java:460)

        at hudson.remoting.AsyncFutureImpl.get(AsyncFutureImpl.java:97)

        - locked <0x00000000f83dd1e8> (a hudson.remoting.AsyncFutureImpl)

        at 
org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.resume(ExecutorStepDynamicContext.java:108)

        at 
org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.onResume(ExecutorStepExecution.java:201)

        at 
org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ParallelResumer.lambda$run$5(FlowExecutionList.java:369)

        at 
org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ParallelResumer$$Lambda$350/265274739.run(Unknown
 Source)

        at 
jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)

        at 
jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)

        at …

```





  Commit: e10ac664253e36c4c775e55f8cac1e35907039b6

      
https://github.com/jenkinsci/workflow-api-plugin/commit/e10ac664253e36c4c775e55f8cac1e35907039b6

  Author: Jesse Glick <jgl...@cloudbees.com>

  Date:   2022-06-02 (Thu, 02 Jun 2022)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java



  Log Message:

  -----------

  Typo in comment



Co-authored-by: Devin Nusbaum <dwnusb...@users.noreply.github.com>





  Commit: a1e49062a00ec839b5f99ae6e1be818c89aea373

      
https://github.com/jenkinsci/workflow-api-plugin/commit/a1e49062a00ec839b5f99ae6e1be818c89aea373

  Author: Jesse Glick <jgl...@cloudbees.com>

  Date:   2022-06-03 (Fri, 03 Jun 2022)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecution.java

    M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

    M 
src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionListener.java

    M 
src/test/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionListTest.java



  Log Message:

  -----------

  Merge pull request #221 from jglick/FlowExecutionList-JENKINS-67164



[JENKINS-67164] Call `StepExecution.onResume` in response to 
`WorkflowRun.onLoad` not `FlowExecutionList.ItemListenerImpl`





Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/729a0d491b72...a1e49062a00e

-- 
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/workflow-api-plugin/push/refs/heads/master/729a0d-a1e490%40github.com.

Reply via email to