Does anyone have suggestions on how to send a broadcast email upon a pipeline failure. For example, we have pipelines A, B, C, and D. When any stage fails, we want to send an email to
dev...@mycompany.com. We do have LDAP User Management enabled.
My first thought was to create a dummy AD user account, sign into Go as it, set the email address to
dev...@mycompany.com, and then hook up the pipeline notification emails. However, my IT department is a bit reluctant in regards to the dummy user. So I need to research other alternatives.