DavidRogers / kato

A Windows client for monitoring Jenkins builds
MIT License
38 stars 26 forks source link

Disabled builds should not affect overall status #21

Closed sharwell closed 7 years ago

sharwell commented 8 years ago

Currently if any build is disabled, the status icon in the tray shows the overall build status as disabled. It would be helpful if the overall build status only showed as disabled when all selected builds are disabled.

:bulb: I have a pull request ready to submit (blocked on #18) which corrects this issue.

DavidRogers commented 7 years ago

@sharwell Do you have a PR ready for this? I'd love to review and merge it if you do!

lanzelot1989 commented 7 years ago

Maybe it would be a good idea to make this configurable.

E.g. add a setting to "Include disabled builds in overall build status" and only mark the overall status as grey when the checkbox is enabled.