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.