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]
[Pipeline] }
[Pipeline]
[Pipeline] End of Pipeline
And further...
Related questions:
source
share