Hudson作业无法验证svn凭据

时间:2013-03-23 18:29:43

标签: svn hudson

我正在配置Hudson作业以使用subversion存储库(安装了Hudson Subversion插件2.3.8-h-1),但是Hudson无法进行身份验证:

Unable to access https://user/svn/myRepository : svn: E200015: No Credentials to try. Authentication failed. (show details)
(Maybe you need to enter credential?)

Hudson正在我的本地Windows PC上运行,该服务正在登录,因为它拥有管理员权限的Windows用户。 SVN服务器设置为使用Windows凭据。

如果我点击链接输入凭据,我会转到一个页面,使用几种不同的方法(用户名/密码,SSH公钥,HTTPS客户端证书)进入Subversion身份验证。 我选择用户名/密码,输入Windows凭据,单击OK,然后Hudson返回:

Authentication was successful. Information is stored in Hudson now.

回到作业配置,Hudson仍然无法进行身份验证,给出了相同的错误。

我错过了什么?

1 个答案:

答案 0 :(得分:2)

我遇到类似的问题但不知道原因。

然而,解决问题的解决方案是:

  1. 使用TortoiseSVN或其他SVN客户端浏览SVN回购。
  2. 然后,再试一次。
  3. 在我的机器上(Windows7 + Hudson服务+ VisualSVN服务器+ TortoiseSVN),它可以工作。