Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-api-plugin
Commit: 37c8c493e3142c9abaaae9598938d9ea56227e71
https://github.com/jenkinsci/workflow-api-plugin/commit/37c8c493e3142c9abaaae9598938d9ea56227e71
Author: Devin Nusbaum <[email protected]>
Date: 2021-11-19 (Fri, 19 Nov 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java
M
src/test/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionListTest.java
Log Message:
-----------
[JENKINS-67164] Call StepExecution.onResume directly from WorkflowRun.onLoad
rather than via FlowExecutionList.ItemListenerImpl to ensure step resumption
(#178)
* Call StepExecution.onResume directly from WorkflowRun.onLoad rather than via
FlowExecutionList to ensure resumption
* Add FlowExecutionList$ItemListenerImpl back in
* Register Pipelines in FlowExecutionList when they resume if they are not
already present
* Remove unnecessary use of Guice so import can be dropped
* Check FlowExecution.isComplete ResumeStepExecutionListener before doing
anything
* Use SpotBugs nullability annotations
* [JENKINS-67164] Add issue reference to
FlowExecutionListTest.resumeStepExecutions
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/workflow-api-plugin/push/refs/heads/master/c84aa8-37c8c4%40github.com.