-
Improvement
-
Resolution: Won't Do
-
Major
-
None
It'd be nice for each FlowNode to remember which source line it corresponds to, and I think the fastest way to get there is to remember associate stack trace information.
This requires Groovy CPS to provide thread-local static method to report where it is in the execution.
- is related to
-
JENKINS-29705 Virtual thread dump
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
api/src/main/java/org/jenkinsci/plugins/workflow/actions/SourceLocationAction.java
http://jenkins-ci.org/commit/workflow-plugin/bf48f97641c12aebf8d742e11b289f1f94c4b0d1
Log:
JENKINS-23013Deleting unused SourceLocationAction.