Forum Discussion
dd119
May 30, 2024Copper Contributor
Email Notification for failed Scheduled Pipleline runs on azure devops for Specific Env CD BUild
Hello All, I have a pipeline running to do a certain task and when the pipeline fails I get an email stating the build failed. However, I'm also scheduling this pipeline to run at 1am ...
Kidd_Ip
Jul 26, 2026MVP
Yes, by design, personal notifications only trigger on general pipeline events (build succeeded/failed, release deployed, etc.), but you can extend this with custom subscriptions or service hooks to capture scheduled runs for a specific environment, learn.microsoft.com/en-us/azure/devops/organizations/notifications/manage-your-personal-notifications?view=azure-devops