提交 d5ba02f1 编写于 作者: K kohsuke

[FIXED HUDSON-2698] In 1.265.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13649 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a2244d12
......@@ -1128,7 +1128,7 @@ public class SubversionSCM extends SCM implements Serializable {
// SVNKit wants a key in a file
final File keyFile;
FileItem item=null;
if(kind.equals("password")) {
if(idx <= 1) {
keyFile = null;
} else {
item = parser.getFileItem(kind.equals("publickey")?"privateKey":"certificate");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册