无法通过jenkins登录TFS 2010

Shi*_*ire 1 tfs jenkins

能够连接到TFS 2008.升级到TFS 2010后,我无法连接.

我重新配置了jenkins以使用新的VS2010 tf.exe.

我重新配置了我的工作以指向新的URL.验证我的密码是正确的...

在visual studio中,我可以毫无问题地连接和使用TFS 2010.

但是,当我尝试使用Jenkins时,我获得了权限问题.

我已更新到TFS插件的1.20版本,问题仍然存在.

我在配置更改之前和之后重新启动了服务...

关于可能出错的任何想法?为了安全起见,我更改了日志中的组/帐户.

日志是:

[workspace] $ "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\tf" workspaces -format:brief -server:http://sbn01p-tfs1001v:8080/tfs ********
TF50309: The following account does not have sufficient permissions to complete the operation: <group>\<my account>. The following permissions are needed to perform this operation: View collection-level information.
FATAL: Executable returned an unexpected result code [100]
ERROR: null
Run Code Online (Sandbox Code Playgroud)

Edw*_*son 5

从TFS 2010开始,Team Foundation Server添加了一个名为Team Project Collections的新概念.您的团队项目集合需要在URI中指定,例如:

http://sbn01p-tfs1001v:8080/tfs/DefaultCollection
Run Code Online (Sandbox Code Playgroud)