Hello,
So I have been trying to find a way to turn off logging basic pipeline steps like pwd(), fileExists(), readFile() or sh(), and I can’t seem to find a way.
I also tried looking into re-implementing fileExists() (without basic steps), so I wouldn’t get the steps showing up, but it seems pretty problematic. These steps show up hundreds of times since our groovy logic is pretty complex, which means a large portion of our logs is absolutely unnecessary or basically just clutter.
Surely there is a way right?
Any help and pointers would be greatly appreciated!
Jenkins 2.528.3
On the UI under pipeline steps, and on the Pipeline Graph plugin:
