As discussed at https://stackoverflow.com/questions/6944907/how-to-keep-the-unit-test-output-in-jenkins , changing the option would keep the verbose logs for non-failing unit tests.
There are 3 types of test results. Pass, Fail, Skipped. We are tracking skipped tests for known issues – the verbose logging is needed, but keeping the succeeded tests’ output would be way too much. Any suggestions on patching Jenkins to add this option?
Respectfully,
Jason