Reputation: 695
I know there is an option to send an email when Azure CI pipeline completes/failed, but what I'm looking for is an option when a particular pipeline has just started/upon running, is there such thing? Thanks!
Upvotes: 3
Views: 526
Reputation: 8298
Azure DevOps does not have this notification, we could install the extension Send Email, and use the task Send email
to get the email notification that the pipeline has just run.
We could also refer to this doc to use email task to send email.
Note: We could not send email for a azure DevOps team group via these tasks
Upvotes: 1
Reputation: 16058
Check this extension: CatLight. It does not send emails just popups in your tray.
Upvotes: 2