Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notifications for successful automated builds to each team member

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?

like image 325
tokyo0709 Avatar asked Nov 15 '17 22:11

tokyo0709


2 Answers

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:

enter image description here

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:

enter image description here

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:

enter image description here

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:

enter image description here

like image 62
jessehouwing Avatar answered Oct 11 '22 04:10

jessehouwing


AnyStatus

AnyStatus is a notification tool that comes as a Visual Studio add-in, or stand-alone tray icon (desktop app) that will notify upon status of build changes.

It has support for many Continuous Integration systems, including TFS vNext.

Here's is the configuration screen for adding a new project:

AnyStatus config screen

Here is the status screen, which appears when clicking the tray icon:

Status Screen, including folders

Here is the tray icon (immediately after triggering a build):

Tray icon

The tray icon shows a tick when all builds are OK, and a red X when at least one has failed. It shows a 'play' icon when at least one build is in progress.

like image 22
CJBS Avatar answered Oct 11 '22 06:10

CJBS