无法通过jenkins登录TFS 2010
·
问题:无法通过jenkins登录TFS 2010
能够连接到 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
解答
从 TFS 2010 开始,Team Foundation Server 添加了一个名为 Team Project Collections 的新概念。您的团队项目集合需要在 URI 中指定,例如:
http://sbn01p-tfs1001v:8080/tfs/DefaultCollection
更多推荐
所有评论(0)