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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,627
Community Members
 
Community Events
184
Community Groups

Bamboo Specs yaml variables include multiple files

Hello,

I'm doing a bamboo spec to deploy quite a lot of projects with the minimal effort. The thing is, I have 3 differents environements (dev, int, prod) that needs different values to deploy.
What I wanted to do is to use variables that have the same key but with different values in differents files, expect for the global values. Here is a little example:

If you have an executable you want to run with a parameter for the context, the command would be like:
example.sh --context=dev

and in my bamboo spec it's more like:
${bamboo_EXECUTABLE} --context=${bamboo_ENV}

So what I'd like to do is to have 4 configuration files:
env/general.yaml
env/dev.yaml
env/int.yaml
env/prod.yaml

Like that, the global values (like EXECUTABLE) would be defined once, but the dependents in each environment files (like ENV).

That's where my question is. I tried different ways to include mutliple files in the variables, but without success.

variable: !include 'env/general.yaml' => this works with one file, but not with multiple files.

Is it a way to do it?

Thank you for your interest and answers

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events