-1

I am working on build pipelines and i felt that i should be able to get a notification on why exactly my build failed when there is build failure(i.e, which task failed and reason for it ). Right now we will only get a mail which just gives build status whether its is succeded, failure or partial succeded. I was expecting some of you guys might have came across this thought and succeded in implementing it.Any references to that would be much appriciated.

Thank you in advance.
Sai Vamsi
  • 111
  • 3
  • 19
  • Hi Sai, Does my answer help, any update here? Please check it and kindly let me know the result. Thank you. – Edward Han-MSFT Mar 30 '21 at 01:40
  • Yes and thanks for your reply. – Sai Vamsi May 11 '21 at 10:10
  • Thanks for your reply. If it works, you could [Accept it as an Answer](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work/5235#5235), it could help other community members who get the same issues and we could archive this thread, thanks. – Edward Han-MSFT May 12 '21 at 01:19

1 Answers1

0

Azure Devops does not support that feature. You may add your request here: Azure DevOps (formerly Visual Studio Team Services).

In addition, you could use Rest API: Builds - Get Build Logs and Builds - Get Build Log to get detailed logs, and install this 3rd-extension: Send Email in organization and then use it to send email which attaching the logs from failed build to get detailed notification.

Edward Han-MSFT
  • 2,879
  • 1
  • 4
  • 9