Notify build failure

I researched how to send emails when a build fails, but I found only the personal parameters of this problem by changing the configuration of my alerts.

I want to send emails to users signed in to the project. How can I configure this in my project configurations?

PS: I am using TFS from Visual studio 2013

+4
source share
4 answers

When you create an alert in TFS 2013, you must specify the area in which the alert sites are located ("I" or "Team"). In TFS 2013, each team project will have a default command, so you can configure the alert to be a specific team alert, or a subgroup if you want the alert to be routed to a subset of the overall team project. When you set up an alert in the alert explorer, click the Subscriber drop-down list in the upper right corner and select the appropriate command.

Change scope of alert in TFS 2013

+4
source

TFS. URL-, TFS, "_admin" (http://yourtfsserver:8080/.../.../projectname/_admin)

"". " ProjectName" " ". .

, .

+1

Source: https://habr.com/ru/post/1524623/


All Articles