【发布时间】:2013-03-23 18:29:43
【问题描述】:
我正在配置一个 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 凭据,单击确定,Hudson 返回:
Authentication was successful. Information is stored in Hudson now.
返回作业配置,Hudson 仍然无法进行身份验证,出现同样的错误。
我错过了什么?
【问题讨论】: