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

Viewed 388

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!

1 Answers

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

Related