Unable to checkout code in the jenkins from SVN

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.

Please let me know how to fix the issue.

i have hosted the Jenkins in windows server.

Can you checkout on the agent/controller using the same credentials as are being used in the Jenkins job? Start there and make sure that works.

Thanks for your response.

yes. I have done the same i have checkout my code into Jenkins agent server but still facing the same issue. and credentials are used in Jenkins job.

Please let me know the other workarounds.

Code checkout in Jenkins is happening with localhost and its port number(localhost:portnumber) but not with “SVN” server ip address.

Usually, all our jobs will checkout in jenkins with svn Ip address along with branch path from SVN

Can you please let me know what configurations i need to check?

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?