Roy Wright commented on Bug JENKINS-16343

I hit this issue on a new installation. What's happening is the subversion access to the repository from the jenkins account is not initialized.

What you need to do is:

log into your account
sudo -i
su jenkins

cd /tmp
svn checkout https://part/of/your/repository

Subversion will prompt you for required credentials.

Once you have successfully checked out part of your repository, choosing to save credentials, you can exit the jenkins account and the sudo, then go back to your browser and your job configuration.

HTH

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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to