3

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!

Jack Rogers
  • 565
  • 7
  • 19
  • Hi, Just checking in to see whether this issue is still blocking you now? Any update for this issue? – Vito Liu Dec 03 '20 at 09:03
  • @VitoLiu-MSFT not exactly, its just one of our db team was asking if theres an option for it, i told him there are extensions like the answers below, but he prefers an option directly under settings in azuredevops, but since it doesnt exist so he stops asking, it would be great if you guys the dev can add that option, thanks – Jack Rogers Dec 03 '20 at 14:38
  • Hi, You could add this request for this feature on our [UserVoice site](https://developercommunity.visualstudio.com/content/idea/post.html?space=21), which is our main forum for product suggestions. Thank you for helping us build a better Azure DevOps. – Vito Liu Dec 04 '20 at 05:46
  • By the way, do you mind accepting the workaround as the answer? It could help other community members who get the same issues and we could archive this thread, thanks. – Vito Liu Dec 04 '20 at 05:48

2 Answers2

2

Check this extension: CatLight. It does not send emails just popups in your tray.

Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31
1

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

Vito Liu
  • 7,525
  • 1
  • 8
  • 17