unable to checkout code into jenkins from svn SCM facing below error: -
“org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server.”
My Jenkins server installed on the windows machine.
I have done lot of workarounds in google and followed below link but still facing same issue.
Connection refused by server is a network issue. It means the SVN client is being refused the connection by the SVN server. Do you have another job that connects to the same exact server? Can you verify all your settings?