-
Bug
-
Resolution: Unresolved
-
Minor
-
None
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.
- 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
-
[JENKINS-31838] Virtual thread dump uses phony filenames
Link |
New:
This issue is blocking |
Link |
New:
This issue is blocking |
Epic Link | New: JENKINS-35396 [ 171189 ] |
Workflow | Original: JNJira [ 167288 ] | New: JNJira + In-Review [ 182675 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
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.