You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.