Is it possible to disable [Pipeline] messages in the Jenkins console pipeline?

I'm working on a specific Jenkins pipeline that includes many steps, most of which are written in Groovy - because of this, I see a lot of messages [Pipeline]that are completely irrelevant to me and not needed. Is it possible to suppress them?

I am asking for something similar, as in related question 2. but I would like to suppress all posts [Pipeline]that include posts like:

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

And further...

Related questions:

+4
source share
1

, . , , .

0

Source: https://habr.com/ru/post/1677760/