Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: blueocean-plugin, docker, docker-workflow-plugin, pipeline
-
Labels:None
-
Similar Issues:
Description
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
Attachments
Issue Links
- is related to
-
JENKINS-44094 Hide specific steps in build view
-
- Open
-
We have updated our Jenkins instances to 2.204.5 LTS, but the problem is still there.