简体   繁体   中英

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. 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

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. It just cannot trigger the checkout from Jenkins. wondering what the problem is...

I had that problem on FreeBSD, I solved it this way :

sudo pkg remove subversion
sudo pkg install subversion16

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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