简体   繁体   中英

How to share build failure reason of azure devops pipeline through a mail?


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(ie, 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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM