github-scm-trait-notification-context-plugin
github-scm-trait-notification-context-plugin copied to clipboard
Add ability to send or not send report based on build status.
As in some build systems, some statuses are used for builds that were not (re)scheduled for capacity reasons (in our system it is "Unstable") and github interprets unstable as "tests failed", this generates lot of false alarms.
In general, it could be useful to report only some statuses.
This PR extends the plugin so additionally for all statuses it can be configured to send or not send the appropriate notification.