Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Notifications for deployment, using envrionment variables as recipient

Hello,

Can we use an environnent variable for the email notification recipient ?

I don't want to configure a group or a single email address but rather use a dynamic value like the project developers[1], or the author of the commit that triggered the build linked to the deployment [2].

 

[1] https://maven.apache.org/pom.html#Developers

[2] Saved in a `.properties` file artifact in the build plan.

1 answer

1 accepted

0 votes
Answer accepted
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 29, 2019

Hi @gervaisb,

You can build your own message and use the terminal (Script task) to send it based on your environment variables, but you cannot use dynamic addresses for the Bamboo default notification, unfortunately. 

You will probably find multiple ways to send an email using the terminal. One of them is the Mutt command (assuming you are using a Unix-like system). This is an example of use:

mail_list="first@mail.address second@mail.address"
mutt -e 'set content_type="text/html"' -s "subject" < mail_file.html $mail_list

⚠️ Running this command will require that your agent or Bamboo server has its mail server properly configured (not Bamboo, but the OS).

There is also a feature request to create a task specifically designed for sending emails: [BAM-17085] Send customized email via Bamboo Task - Create and track feature requests for Atlassian products.

I hope it helps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events