我无法访问构建服务器代理池
I am unable to access the build server agent pool
尝试复制这些步骤
- 下载并配置代理
- 使用您已按上述说明准备权限的帐户登录计算机。
- 在您的 Web 浏览器中,登录到 VSTS 或 TFS,然后导航到“代理池”选项卡:
VSTS: https://{your_account}.visualstudio.com/_admin/_AgentPool
TFS 2017:https://{your_server}/tfs/DefaultCollection/_admin/_AgentPool
TFS 2015:http://{your_server}:8080/tfs/_admin/_AgentPool
TFS URLs 对我不起作用。我怎样才能得到正确的 URL?
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
尝试复制这些步骤
- 下载并配置代理
- 使用您已按上述说明准备权限的帐户登录计算机。
- 在您的 Web 浏览器中,登录到 VSTS 或 TFS,然后导航到“代理池”选项卡:
VSTS: https://{your_account}.visualstudio.com/_admin/_AgentPool TFS 2017:https://{your_server}/tfs/DefaultCollection/_admin/_AgentPool TFS 2015:http://{your_server}:8080/tfs/_admin/_AgentPool
TFS URLs 对我不起作用。我怎样才能得到正确的 URL?
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