Given a Bamboo flow of:
User triggers Build -> Build finishes -> Finished Build triggers a Deployment.-> Deployment fails on N environments (where N in 1..(max number of environments)).
Is it possible to notify the user who triggered the build (the user who commit:ed) on deployment failure?
I know that I can set up notifications per environment, but I'd rather have an email sent to the one(s) who triggered the build.
The notification are the same for all environment.
You can setup custom notifcation implementing ansible in your agent and call a playbook with a custom notification.
There is a example in ansible galaxy. It's so easy and you can achieve different notification per environment.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.