Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Email notification for scheduled build that failed with Azure DevOps / VSTS

A scheduled build has been setup to run at certian time every day, e.g. 13pm, via Azure DevOps / VSTS.

However, the failed scheduled build doesn't send email notification. It does when the build is kicked off manually or triggered by code changes.

How to enable email notification when the scheduled build failed?

like image 942
Pingpong Avatar asked May 25 '19 13:05

Pingpong


People also ask

How do I send notifications from azure to my email?

On the left-hand side of the Azure AD DS resource window, select Notification settings. The existing recipients for email notifications are shown. To add an email recipient, enter the email address in the additional recipients table. When done, select Save on the top-hand navigation.

How will you get notified when changes are made to the pull request Azure DevOps?

You can subscribe to email alerts to be notified of changes in pull requests (PRs). By default, you're subscribed to several common PR notifications. For a complete list of default subscription notifications, see Out-of-the-box (OOB) or default subscriptions.

How do I change my Azure DevOps email notification?

To change your preferred email address, open your organization menu and select My profile. From your profile and information page, select Edit profile. Update the address and select Save changes.


1 Answers

create a new notitication-subscription (category: "build", template: "a build fails") and add the build-reason-field to your filter:

enter image description here

like image 61
D.J. Avatar answered Oct 21 '22 11:10

D.J.