我正在尝试在哈德逊使用 Maven 发布插件。当我执行发布时,我收到以下错误:
Provider message:
The svn command failed.
Command output:
svn: Commit failed (details follow):
svn: OPTIONS of 'https://servername/svn/project/trunk/testapp': Server certificate verification failed: issuer is not trusted (https://servername)
我们正在使用自签名证书。
我尝试了几件事:
- 以
svn list
运行构建的用户身份执行 - 添加了一个
svn-settings.xml
to~/.scm
with:trustServerCert
设置为 true
这些都没有解决问题。关于如何解决这个问题的任何想法?