jenkinsci / jenkinsci/workflow-basic-steps-plugin
[JENKINS-58597] Additional Step error with message
- Dominant language
- Java
- Stars
- 73
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
As noted in other issues the error() step is not intended to print messages. But there are some use cases where this becomes very helpful. Eg. provides information directly in the blue ocean log; the error step does this sporadic only.
Does it make sense to add another step with fails the build but also prints to the log?
---
Originally reported by ethorsa, imported from: Additional Step error with message
Raw content of original issue
As noted in other issues the error() step is not intended to print messages. But there are some use cases where this becomes very helpful. Eg. provides information directly in the blue ocean log; the error step does this sporadic only.
Does it make sense to add another step with fails the build but also prints to the log?
Contributor guide
Assessment
This issue has not been assessed yet.