uma prasath commented on Bug JENKINS-11985

Hi,
I resolved both bad_record_mac and No Crendential to try error by doing the below steps. I am writing mail so that it may be of help to some one.

For bad_record_mack:
1. Check your proxy setting in the Manage Jenkins --> Manage plugin --> advance
2. Remove .subversion folder
3. Enter the svn url you are trying to access

ERROR: svn: authentication cancelled
org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled.

1. Login to the server in which the jenkin is running through putty or any tool
2. Execute svn checkout <<svn repo url>> --username <<username>> --password <<password>>
3. When it attempts to store the password, save it.

You can see the below four files getting created under .subversion/auth folder
svn.simple
svn.ssl.client-passphrase
svn.ssl.server
svn.username

After which go to the job in jenkins. It will work fine.

Thanks
uma

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to