-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
if you use "error 'help'" in a pipeline, the pipeline will exit. The text 'help' appears in the overall log, but not in the log for the step/node.
- is related to
-
JENKINS-58597 Additional Step error with message
-
- Open
-
As designed. It throws up an exception. Whoever catches that exception may choose to log it, or not. If the exception terminates the build, the build log shows it. ErrorAction can be used to determine which steps terminated with this exception.