Issue
Whenever SVN checkout happens in Jenkins the error below is thrown:
ERROR: Failed to check out <svn checkout URI>org.tmatesoft.svn.core.SVNException:
svn: E175002: Connection reset
Solution
The error could be due to a connection-chunk timeout between Jenkins and the TeamForge SCM server. Follow the steps below in Jenkins server to increase request value:
- In Jenkins, navigate to Manage Jenkins> Configure System > 'SCM checkout retry count'
- Increase the value to 5
Internal Reference: #124771
Comments
Please sign in to leave a comment.