Hi all, I am trying to execute 3 jobs linked in one plan in parallel but fail to do so as bamboo runs jobs in a sequential manner.
Is there any solution to get it implemented?
Any lead will be highly appreciated. Many thanks in advance.
Roshni.
Hi,
I tried both the solution but the plans and jobs are getting executed in a sequential manner as I am having a single Agent.
Can we implement a parallel run with a single Agent?
Roshni,
A single agent can run only one job at a time. So your other job will be in queue until the one job get completed. You'll have to increase number of agents to run your jobs in parallel.
Other option you have, you can dockerize your single agent and create multiple nodes on an agent. So it can run multiple jobs in parallel on a single agent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Brajesh and Choon,
Thanks for getting back. I will try out both the solutions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alternative is to create the jobs in 3 different plans and have the same trigger.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Roshni,
You can run the multiple jobs in parallel from the same stage only. If you have created the jobs in different stages then it will trigger one by one only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.