Matthew Lau
Matthew Lau

Reputation: 59

Azure DevOps Release pipeline - cannot see self-hosted agent created by another user

In my current Azure DevOps project, my colleague has created a self-hosted Ubuntu agent for our pipelines, and in the agent's pipeline permission we have ensured its "Grant access permission to all pipelines" field is enabled.

I am in the process of setting-up our Release pipeline. In the Release pipeline, Add an agent job, Agent pool selection dropdown, I cannot see the self-hosted agent created by my colleague.

And so I wonder if it's because the owner of the self-hosted agent is my colleague and therefore I cannot see the self-hosted agent from the dropdown?

Thank you!

Upvotes: 2

Views: 1853

Answers (1)

Kevin Lu-MSFT
Kevin Lu-MSFT

Reputation: 35194

Based on your description, you can check if your account has the User or higher level role in the Target Agent Pool -> Security.

enter image description here

Here is the doc about About pipeline security roles

Upvotes: 4

Related Questions