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!