繁体   English   中英

JENKINS Tortoise SVN 链接 - 无法连接到存储库

[英]JENKINS Tortoise SVN link - Unable to connect to repository

我正在尝试链接 JENKINS 和乌龟 SVN 但我无法。 我尝试了以下方法:

  1. 为 SVN 结帐创建批处理文件 - 工作正常
  2. 从 Jenkins 调用相同的批处理文件作为 Jenkins 中的批处理命令步骤 - 不起作用
  3. 尝试编写 python 脚本并尝试使用 svn 结帐的 subprocess.call() - 不起作用。

I get the below error when I try with Jenkins - svn: E170013: Unable to connect to a repository at URL svn: E215004: No more credentials or we tried too many times Authentication failed.

终于能够解决了。 清除 SVN 凭据的缓存并使用 --username --password 执行 SVN 命令。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM