-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
See https://ci.jenkins.io/job/Plugins/job/analysis-model/job/master/32/console
I had a typo in my script. I would expect that the parser is somewhat smart and shows me at least the line number of the error. Currently I get a multi-line exception, which is not very user friendly.
[JENKINS-48418] No line number when using a non existing step method
Description |
Original:
See https://ci.jenkins.io/job/Plugins/job/analysis-model/job/master/32/console I have a typo in my script. I would expect that the parser is somewhat smart and shows me at least the line number of the error. Currently I get a multi-line exception, which is not very user friendly. |
New:
See https://ci.jenkins.io/job/Plugins/job/analysis-model/job/master/32/console I had a typo in my script. I would expect that the parser is somewhat smart and shows me at least the line number of the error. Currently I get a multi-line exception, which is not very user friendly. |
Component/s | New: workflow-cps-plugin [ 21713 ] | |
Component/s | Original: pipeline [ 21692 ] |
The line number is there - look for at WorkflowScript.run(WorkflowScript:21) - it's just a pain to find. Yeah, a better message would be good.