Hi,
I'm new to bamboo server.
I have a plan with couple of stages.
The first stage have 2 jobs namely package creation and SQL execution.
It have execution order like package creation and SQL execution.
But it should run like SQL execution followed by package creation as application need.
I can't change job execution order.( drag and drop is also not working)
can anyone help me on this?
Hi Jothi,
Bamboo jobs are the elements which execute in parallel within a stage, so order makes no sense there.
Stages are the ones which execute sequentially within a plan.
And tasks execute sequentially within a Job.
So you have to reconfigure your plan to achieve your requirement here.
Thanks!
I was also looking to have ordering on jobs. I understand that jobs will run in parallel if there are sufficient agents, but when I have fewer agents than jobs, I would like to have some priority.
I have 4 test jobs, covering high priority and low priority tests across 2 target platforms. If I have 4 agents I would want all the test jobs to start together. But if only 2 agents are available, I would want the high priority tests run first. And if I only have 1 agent, I would want a specific platform to be tested first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
okh
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.