Hello,
is it possible (via REST or directly in the DB) to get list of queued Bamboo Jobs waiting in a queue for a specific bamboo agent (agents) to be available?
I have a set of agents. When all of them are active, the plans start to be put in the queue until one of the agents is available. I want to be able to get the list of these plans (or rather jobs/builds) and the time they are spending in the queue.
Is there any "simple" way to do it via REST or directly by collecting info from the DB?
Thank you.