Currently the notify attribute in pipeline configuration allows a conditional build status, defined as:
Build state can be one of
scheduled,running,passed,failed,blocked,canceling,canceled,skipped,not_run, andfinished.finishedis a shortcut for a build ofpassed,failed,blocked, andcanceledstate.
When configuring notifications through the Web UI, eg. notifying by email, the conditions can include a “Recovered” status, which is very useful in reducing the noise of ongoing successful builds.
Would it be possible to add this “Recovered” status to the list of conditional build statuses available in the notify section of the pipeline configuration?
