Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: workflow-cps-plugin
-
Labels:None
-
Similar Issues:
Description
Currently thread dumps show WorkflowScript.groovy even when you are using Jenkinsfile (or some other CpsScmScriptDefinition filename), and Script1 etc. even when you used load to load a named file. This makes the thread dump confusing for a user, since the line numbers are correct but the filenames are meaningless.
Attachments
Issue Links
- is blocking
-
JENKINS-29705 Virtual thread dump
-
- Resolved
-
-
JENKINS-32727 Rerun a build with script edits
-
- Resolved
-
- relates to
-
JENKINS-57085 Stack Traces with complex file names cannot be deserialized by XStream
-
- Resolved
-
-
JENKINS-41698 Unable to modify the order between scripts loaded during replay
-
- Open
-
-
JENKINS-35308 Improve display of non-AbortException stack traces such as MissingPropertyException
-
- Open
-
Code changed in jenkins
User: Jesse Glick
Path:
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
http://jenkins-ci.org/commit/workflow-plugin/0b1b639e1b14feb1d488e18814487af33be2aec0
Log:
Noting JENKINS-31838.