-
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
Code changed in jenkins
User: Jesse Glick
Path:
CHANGES.md
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/ExecutorStepTest.java
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution.java
http://jenkins-ci.org/commit/workflow-plugin/707beee3aa8e1df95f1b6c4823f1d2ca0893c03d
Log:
Merge branch 'master' into
JENKINS-29705