Notifications for successful automated builds to each team member

azure-devops, azure-pipelines, continuous-integration

Solution

Notifications

The VSTS Build Succeeded notification can be customized to report only on certain statuses using the Filter Criteria options, by creating the subscription for a team or group the notification will be sent to all members of the group:

If you need more advanced filters, consider routing your notification to an alternate email address and point that to IFTTT or Microsoft Flow. Or using the Build notification step in Microsoft Flow directly.

Visual Studio CD tools

The VSTS CD Tools integrate build notification directly into Visual Studio. This results in a toast notification whenever you have Visual Studio open:

Catlight

Another great tool to get build notifications is Catlight, it runs from the task tray and will even notify you when Visual studio isn't open:

Siren of Shame

And a 4th option is Siren of Shame, which also offers integration with a USB emergency light that will start blinking when the build fails:

Problem

We are just integrating Visual Studio Team Services as our new workflow and setting up automated builds on commits to master. Currently the individual who commits to master and instigates a new build will get a notification email when the build fails or succeeds. We thought we would all get a notification but it does not appear that way. We have looked at notification settings in VSTS but have so far not found any setting that would allow all of us to be notified on build completion. Is there a setting we are missing or is this a feature that is not currently supported?

Original source