Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins - Unable to access to repository

I am trying to configure Jenkins to download code from SVN repository and to prepare builds. Jenkins is on one linux machine - version 1.651.1 Subversion Plug-in 2.5.7 SVN repository is set on another linux machine.

A set repository URL to eg: http://abcsvn/svn/project/branches/branch_a/HEAD/ Unfortunately I get: 'Unable to access to repository' message from Jenkins.

I also tried to put IP instead of abcsvn. From terminal on linux machine where the Jenkins is installed I can ping IP successfully.

What may be the reason of that kind of problem? The URL is correct, because I paste that in Chrome on my machine and it worked correctly.

I also installed Jenkins on my computer with Windows. I set the same parameters and I am still not able to connect to svn repo. In Eclipse I don't have any problem to commit and checkout from svn repo.

If you need any more information to diagnose this problem I will try to complete this post.

like image 284
Michał Avatar asked Oct 29 '22 22:10

Michał


1 Answers

Exception says that you have not provided credentials of your svn repository. In newer version of svn we can provide this credential while we configure workspace. In your version it can be provided from manage Jenkins menu.

like image 192
Awadhesh kumar Avatar answered Nov 15 '22 05:11

Awadhesh kumar