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.
When I configure a job, I have to decide on which agents it will be capable on running. So when it does, it chooses randomly one of listed agents and performs the job.
What I want is slightly different - I would like to make a list of few agents and run the same job simultaneously on ALL agents.
Is it possible with bamboo? The simplest option would be to create a separate job for each agent, and run each job independently, however this solution is heavily cumbersome. Is there any nicer solution?
Hi! How are you doing?
We had the same necessity and solved it the way you said: creating a job for each agent.
The only advice I would give here is not to use In Line scripts in this case.
It would be better to have a script file that is called by all agents, so you would have a single point of modification in case you need.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.