Is it possible to hide all the .bat file wizardry that Jenkins writes out to the build log?
What I get is:
[release] $ cmd /c call C:\Users\Jenkins\AppData\...8991397464.bat
c:\Jenkins\jobs\release>python -u my_python.py
...job output...
c:\Jenkins\jobs\release>exit 0
Finished: SUCCESS
But what I would like to see is simply:
...job output...
Finished: SUCCESS
I can't find any build verbosity settings in Jenkins anywhere. It would be nice to be able to turn off the debug info once you have your jobs running stably.