简体   繁体   English

从Jenkins访问TortoiseSVN存储库

[英]Accessing TortoiseSVN repository from Jenkins

I'm trying to do a build for my project: here is the procedure: 我正在尝试为我的项目进行构建:这是过程:

I'm creating the job on Jenkins, then there is a batch script which triggers some local python scripts to start running, the python script then execute Tortoises command clinet to do check out from a repository. 我正在Jenkins上创建作业,然后有一个批处理脚本触发了一些本地python脚本开始运行,然后该python脚本执行Tortoises命令clinet从存储库中签出。 But the build fails, here is the error message: 但是构建失败,这是错误消息:

svn: E120171: Unable to connect to a repository at URL 'URLblablabla' svn: E120171: Error running context: An error occurred during SSL communication svn:E120171:无法连接到URL'URLblablabla'上的存储库svn:E120171:运行上下文错误:SSL通信期间发生错误

but when I open a browser and enter the URL it was fine, if I run the batch script from local CMD also no problem. 但是,当我打开浏览器并输入URL时,一切正常,如果我从本地CMD运行批处理脚本也没有问题。 It just cannot trigger the checkout from Jenkins. 它只是无法触发詹金斯的结帐。 wondering what the problem is... 想知道问题是什么...

I had that problem on FreeBSD, I solved it this way : 我在FreeBSD上遇到了这个问题,我是这样解决的:

sudo pkg remove subversion
sudo pkg install subversion16

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

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