-
Bug
-
Resolution: Unresolved
-
Minor
-
None
In our pipelines a step's output appeared recently:
"Checks if running on a Unix-like node"
We figured out with a single search, that it's the output of a function "isUnix()". Our problem is, that we are not calling this plugin. In the classic UI it's also visible.
[Pipeline] isUnix
Is it somehow possible to hide these messages in Blue Ocean. As I wrote, we are not calling this function, it has to pipeline or docker plugin.
Jenkins 2.204.2 LTS
- docker-commons:1.16
- docker-workflow:1.21
- pipeline-build-step:2.11
- is related to
-
JENKINS-44094 Hide specific steps in build view
- Open