Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to send email notification in an Azure DevOps build pipeline? Do not want to use "Notifications Module"

I would like to send email notifications as a task in my Azure DevOps build so that I can copy the build to other team projects and have it work automatically. I don't want to setup notifications for every new project I create. Thanks!

like image 307
LeWoody Avatar asked Jan 02 '19 22:01

LeWoody


People also ask

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.

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.


Video Answer


1 Answers

You can install the Send Email task from the marketplace, and add it to your build pipline.

The extension takes care of sending email within your build or release pipeline.

enter image description here

But better way is configure a global notification settings for the builds.

like image 187
Shayki Abramczyk Avatar answered Sep 24 '22 06:09

Shayki Abramczyk