Disable "Ant JUnit report watcher" from the build logs Follow
As part of the TeamCity build logs, we want to disable the "Ant JUnit report watcher" log as we have many reports and this makes discovering the other logs more difficult. We use https://www.jetbrains.com/help/teamcity/service-messages.html#Importing+XML+Reports service message to report the test reports. We don't have "verbose" enabled.
It seems TeamCity XML reporting plugin (https://github.com/JetBrains/teamcity-xml-tests-reporting/commit/e842a662c8aa0022e038311a487aeccb4fddf464) supports "quietMode", but it's not documented anywhere and using the parameter name as-is not working. Can someone please help with this?
1 comment
Sort by
Date
Votes

Comment actions
Permalink
Hi! That option only works with Bazel runner. I filed a feature request to support it for all affected runners: https://youtrack.jetbrains.com/issue/TW-79609. Please vote/watch.
Please sign in to leave a comment.