BuildReactor
BuildReactor copied to clipboard
Option to only show builds when red/failed on Team City
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?
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)