我无法访问构建服务器代理池

I am unable to access the build server agent pool

尝试复制这些步骤

404 错误

有关此错误的更多信息 找不到页面。

这里有一些额外的提示 验证您尝试访问的 URL 是否正确 其他技术细节: Activity ID:9096263d-09fb-4b59-b426-1a84e9a4b254 日期和时间:21/09/2017 10:49:27 (UTC)

  • 对于 TFS 2017,URL 格式应为:

    https[/http]://{your_server}[:port]/tfs/DefaultCollection/_admin/_AgentPool
    

    对于协议,这取决于您用于 TFS 2017 服务器的协议。比如你的TFS 2017服务器协议是http端口是8080,你应该去URLhttp://server:8080/tfs/DefaultCollection/_admin/_AgentPool.

  • 对于 TFS 2015,URL 格式应为:

    https[/http]://{your_server}[:port]/tfs/_admin/_AgentPool
    

    协议 http 或 https 以及端口还取决于您用于 TFS 2015 服务器的内容。比如你的TFS 2015服务器协议是http,你使用的端口是800,那么你应该去URL http://server:800/tfs/_admin/_AgentPool.

访问正确URL后,您可以继续部署您的代理。

最后,对我有用的 TFS2017 URL 是:

http://{ServerName}:8080/tfs/{CollectionName}/

而不是官方文档中指定的那个:

http://{ServerName}:8080/tfs/{CollectionName}/_admin/_AgentPool