Impact on pipeline agents when you change organisation URL in Azure Devops

£可爱£侵袭症+ 提交于 2020-05-29 11:03:15

问题


I'd like to rename my organisation URL in Azure Devops. The support articles describe the impact, and what to do. But they don't mention any impact on the Azure Pipelines agent.

However, when I look at the .agent config file, there's a serverUrl property that points to the specific organisation URL.

So - if I rename my organisation URL, will it impact my agents? Do I need to reconfigure them?


回答1:


Yes, it will impact your agents.

Currently, they configure to the first URL, when you change the URL they still configure to the old one and they can't connect, you must re-configure them to the new URL.

I just tested it:

The last line is when I renamed my organization, I checked also in the pool, the agent is offline. If I try to run a build I got this error:



来源:https://stackoverflow.com/questions/53099839/impact-on-pipeline-agents-when-you-change-organisation-url-in-azure-devops

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!