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,555,395
Community Members
 
Community Events
184
Community Groups

How to queue deployment jobs for multiple environments at once

Edited

Hi,

Our application is single tenant. This lead to many application server instances as every client has its own.

We have one bamboo "Environment" per application server instance.

These are regrouped under "Deployment projects".

How can we ask Bamboo to deploy a given release to all the environments of a "Deployment Project" without having to click each of them one by one ?

I am not asking how to run multiple jobs in parallel, I know the answer is more agents.

What I want is to "queue" all the jobs with one click.

I was looking for a deploy button at the deployment project level but can not find it.

 

Thanks !

1 answer

1 accepted

0 votes
Answer accepted
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 20, 2018

You can workaround this problem using "After successful deployment" trigger:

- create a dummy environment, named for example 'All servers', make it do nothing  (for instance single script task with nothing but 'exit 0' in it)

- add After successful deployment trigger to all other environments and point to 'All servers' environment

Now whenever you deploy 'All servers', all the other environments will be triggered.

 

BTW: if you manage a big number of deployment environments perhaps you should consider using Bamboo Specs.

Thanks, I did not knew about Bamboo Specs.

A limitation of the trigger solution is that it does not allow to select the release, it will create a release from the last built.

But this could work in most cases.

 

Thanks!

Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 20, 2018 • edited

>A limitation of the trigger solution is that it does not allow to select the release, it will create a release from the last built.

Actually, no, in case of this trigger, he same release that was deployed to 'parent' env is deployed to 'child' env. So you would create release once, when deploying the dummy environment and the it should propagate to all envs.

OK thanks,

 

it is this text in the trigger form which confused me:

 

Set triggers to specify how and when the deployment will be triggered automatically. When a deployment is automatically triggered, a new release is created from the latest successful build result of the linked plan. 

@Marcin Gardias  So this setup will run environment parallel or sequentially ?

Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jun 14, 2019

Depends on number of available agents, but, in principle, it will be parallel.

@Marcin Gardias  Is there possible to run sequentially? If so, please share the details.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events