gpt4 book ai didi

logging - 是否可以在 Jenkins 管道控制台输出中禁用 [Pipeline] 消息?

转载 作者:行者123 更新时间:2023-12-02 17:08:42 28 4
gpt4 key购买 nike

我正在开发一些特定的 Jenkins 管道,其中包含许多步骤 - 其中大部分是用 Groovy 编写的 - 因此我看到许多 [Pipeline] 消息,这些消息对于我。有可能抑制这些吗?

我要求的内容与相关问题 2 中类似。但我想禁止所有 [Pipeline] 消息 - 其中包括以下消息:

[Pipeline] node
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] bat
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

还有更多...

相关问题:

  1. How to disable command output in jenkins pipeline build logs
  2. How to suppress source script lines echo in jenkins pipeline console output?

最佳答案

我们刚刚按照Suppress Scripted Pipelines Output in Jenkins中基于CSS的解决方案修复了这个问题

看起来 CSS 元素可能已经改变,因为接受的答案是:

.pipeline-annotated {
display: none;
}

对我来说不起作用,我必须使用另一个答案中显示的 .pipeline-new-node CSS 类。

关于logging - 是否可以在 Jenkins 管道控制台输出中禁用 [Pipeline] 消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44134277/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com