I am working on some particular Jenkins pipeline which has many steps included - most of which are written in Groovy - because of that I am seeing many [Pipeline]
messages which are totally unimportant and unnecessary for me. Is it possible to suppress those?
I am asking for something similiar as in related question 2. but I would like to supress all [Pipeline]
messages - which includes messages like:
[Pipeline] node
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] bat
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
And more...
Related questions:
I've also been looking for a way to reduce the amount of output in my pipeline logs. Until now, the only results I have found focus on putting set +x
as the first line of a sh
step, but that doesn't really do anything for the pipeline step echoes. I would really love to see a solution that did not rely on editing CSS, but rather on the pipeline code; maybe in the options
declarative...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With