Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Jun 3, 2022

Commits on May 11, 2022

  1. [JENKINS-67164] Call StepExecution.onResume in response to `Workflo…

    …wRun.onLoad` not `FlowExecutionList.ItemListenerImpl`
    jglick committed May 11, 2022
    Configuration menu
    Copy the full SHA
    8fba087 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    b1778a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/jenkinsci/workflow-api-pl…

    …ugin into FlowExecutionList-JENKINS-67164
    jglick committed May 19, 2022
    Configuration menu
    Copy the full SHA
    a643c5f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. https://github.com/jenkinsci/workflow-api-plugin/pull/221#discussion_…

    …r882853693
    
    Example from `ExecutorStepDynamicContextTest.parallelNodeDisappearance`:
    
    ```
    "Computer.threadPoolForRemoting [#3]" jenkinsci#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 …
    ```
    jglick committed May 26, 2022
    Configuration menu
    Copy the full SHA
    8034dd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Typo in comment

    Co-authored-by: Devin Nusbaum <[email protected]>
    jglick and dwnusbaum authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    e10ac66 View commit details
    Browse the repository at this point in the history