> The stage details screen showed all the jobs on the remote agents as > *scheduled* and the local job as *pending*.
There is no job status called *pending. *I am not sure what you mean by that. When a stage is scheduled, all jobs within it would get scheduled. The agent assignment for the jobs will happen as the agents become available. So, for the scenario you mentioned, the first job that required 'coordinator' resource should have been scheduled too. Since the agent wasn't available, the job wouldn't start execution ie. it remains in scheduled state. Job execution will start soon after the agent assignment. There is no such coordination done between the jobs of the same stage. It could have been a matter of chance that the other jobs did not get their respective agents assigned until the coordinator was made available but its not so by design. Cheers, Jyoti -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
