我正在配置一个 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 仍然无法进行身份验证,给出同样的错误。
我错过了什么?