-
New Feature
-
Resolution: Fixed
-
Major
With getCurrentExecutions(false) as of JENKINS-26163, it would be possible Ă la CpsFlowExecutionTest.assertStepExecutions to create a RootAction and/or a support-core Component which would list all running flows and the running steps in each.
- depends on
-
JENKINS-31838 Virtual thread dump uses phony filenames
-
- Open
-
-
JENKINS-26163 StepExecutionIterator omits outer executions
-
- Resolved
-
-
JENKINS-31839 Virtual thread dump should include native portion of thread
-
- Open
-
-
JENKINS-31841 Print stack trace to log before offering termination link
-
- Open
-
-
JENKINS-31840 Support component for Workflow virtual thread dumps
-
- Resolved
-
-
JENKINS-31842 Allow steps to decorate thread dumps
-
- Resolved
-
- is related to
-
JENKINS-26130 Print progress of pending pickles
-
- Resolved
-
-
JENKINS-25550 Hard kill
-
- Resolved
-
-
JENKINS-23013 AtomNode should capture CPS call stack
-
- Resolved
-
- links to
Potentially useful to just have that, but more useful to see the actual CpsThreadGroup information including method calls in progress, like a real thread dump. Unsure how much of that information is currently even there in memory; some, since there is a trick to construct virtual stack trace lines in exceptions.