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 ...
Jamony
Jun 29, 2026MCT
Default notifications don’t always match every scheduled-run scenario, so create a custom notification subscription for build/pipeline failure and filter it by the pipeline or branch where possible. If you need environment-level filtering and the notification UI doesn’t expose that field, add a final pipeline step with condition: failed() to send mail/webhook/Teams notification yourself.