如何使用TFS插件从Jenkins连接到Azure Repos TFVC存储库?

如何使用TFS插件从Jenkins连接到Azure Repos TFVC存储库?,jenkins,tfs,Jenkins,Tfs,我正在尝试将我的Jenkins工作连接到新的Azure Repos TFVC存储库。当我尝试连接到我的Azure Devops组织(macfarmw)的根URL时,Jenkins失败并返回以下错误: 如果我尝试使用特定项目的Azure Repo URL,我会得到以下结果: Building on master in workspace J:\Builds\Jenkins\TestAzureDevopsRepos FATAL: com.microsoft.tfs.core.exceptions.T

我正在尝试将我的Jenkins工作连接到新的Azure Repos TFVC存储库。当我尝试连接到我的Azure Devops组织(macfarmw)的根URL时,Jenkins失败并返回以下错误:

如果我尝试使用特定项目的Azure Repo URL,我会得到以下结果:

Building on master in workspace J:\Builds\Jenkins\TestAzureDevopsRepos
FATAL: com.microsoft.tfs.core.exceptions.TECoreException: The SOAP endpoint https://macfarmw.visualstudio.com/Project01/Services/v1.0/Registration.asmx could not be contacted.  HTTP status: 404
com.microsoft.tfs.core.ws.runtime.exceptions.EndpointNotFoundException: The SOAP endpoint https://macfarmw.visualstudio.com/Project01/Services/v1.0/Registration.asmx could not be contacted.  HTTP status: 404
...
我已经检查了以下项目

  • 服务器URL:在浏览器中工作以访问回购协议
  • 登录名/用户密码:在浏览器中工作以访问回购协议
詹金斯版本:2.176

TFS插件版本:5.142.0

TFS插件在我的本地TFS服务器上运行良好

需要进行哪些更改才能实现此连接

Building on master in workspace J:\Builds\Jenkins\TestAzureDevopsRepos
FATAL: com.microsoft.tfs.core.exceptions.TECoreException: The SOAP endpoint https://macfarmw.visualstudio.com/Project01/Services/v1.0/Registration.asmx could not be contacted.  HTTP status: 404
com.microsoft.tfs.core.ws.runtime.exceptions.EndpointNotFoundException: The SOAP endpoint https://macfarmw.visualstudio.com/Project01/Services/v1.0/Registration.asmx could not be contacted.  HTTP status: 404
...