Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure DevOps Agent Pool approvals and checks - where to give the approval?

Tags:

azure-devops

I'm using the Azure DevOps Agent Pool "Azure Pipelines". When I went to "Project setting" > "Agent pools" > "Azure Pipelines" and select in the top right corner the "three dots" - there I can select "Approvals and checks" on Pool level.

I've added there an approval, so that approvers should grant all deployments which are triggered for the agent pool "Azure Pipelines".

Now, when I will run a Pipelines using that Pool it's immediately failing and I couldn't find the place where I could give the approval:

##[error]The job is using protected resource(s) for which checks have not been evaluated queue:Azure Pipelines. For more details, refer to https://aka.ms/pipelinechecks.

Behind the link https://aka.ms/pipelinechecks I couldn't find anything regarding Agent pool approvals

like image 473
Klops Avatar asked Sep 16 '25 14:09

Klops


1 Answers

When a build needs your approval. The approval button is in the Summary page of the queued build.

If you trigger a build that needs youself to approve. You can refresh the page or wait for a while until you see 1 approval needs your review before this run can continue appears on the build Summary page. Then click Review and choose to approve

enter image description here

like image 121
Levi Lu-MSFT Avatar answered Sep 18 '25 09:09

Levi Lu-MSFT