Here Im trying to understand the scenarios of build queue. Why do queue's exist in the first place ?
Scenario1 : Is it because its possible for a build to start again (due to scheduling) without a earlier build completing ? Scenario2 : Queues help control the dependencies between independent builds ? Web application build is dependent on web server build completing. ??? Please give me a few pointers to understnad the problem we are tryng to solve using queues. Regards Siddharth
