BuildReactor icon indicating copy to clipboard operation
BuildReactor copied to clipboard

Option to only show builds when red/failed on Team City

Open danielcattlin opened this issue 6 years ago • 1 comments

I have a configuration with a lot of build configurations I want to show. There are literally so many that it crams the screen so it looks really complicated to track. If there was an option to hide passing some builds from the screen and only show then when failed it would look a lot cleaner. Is this something that can already be done?

danielcattlin avatar Aug 12 '19 12:08 danielcattlin

This would need some setting to hide builds when green (https://github.com/AdamNowotny/BuildReactor/tree/master/src/settings/view) and then the build directive needs to hide when the setting is true (https://github.com/AdamNowotny/BuildReactor/tree/master/src/common/directives/build)

AdamNowotny avatar Aug 14 '19 22:08 AdamNowotny