The agent request is not running because all potential agents are running other requests. Current position in queue: 6
Tried deleting the Agent Pool from the project, but like it says when you go to do that, doesn't do anything about the Organization Agent Pool so they still remain.
Any suggestions for how stop these five jobs that are blocking anything else from running?
EDIT:
Did make some progress by going through this answer and can at least interact with the REST API:
Azure DevOps pipelines: Cancel multiple pending jobs in queue
Still not helpful though.
The ones in red are the Jobs that are still running. They are basically duplicates of the ones below that were canceled. They have the same buildIds
and buildNumber
so when you look them up in the REST API, they say they are "status": "completed"
but they clearly are not.
The ones that are still running that have the same buildIds
and buildNumber
as the "canceled" ones below, but they do have unique jobId
... which isn't an accepted URI parameter.
Also, tried to DELETE
the build... nothing either. Just returns 204 No Content
... still running.
I hope someone comes along with a real answer to this because what ended up fixing the issue for me is complete BS. I'm giving Microsoft the benefit of the doubt that there is an actual solution to this and I just wasn't able to find it.
What I ended up having to do was:
So what seems like it should have a pretty straight forward fix / feature in the UI, or the API, ended up taking 10 hours to figure out.
I could never find anything in REST API documentation where I could enter this unique jobId
to send CRUD operations related to it.