[JIRA] [cli] (JENKINS-10727) hudson-cli.jar login does not work together with Collabnet TeamForge

2015-02-13 Thread r...@wright.org (JIRA)














































Roy Wright
 commented on  JENKINS-10727


hudson-cli.jar login does not work together with Collabnet TeamForge















Generated pull request (https://github.com/jenkinsci/collabnet-plugin/pull/5) to add Basic Authentication to support CLI and web API access.



























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/d/optout.


[JIRA] (JENKINS-16343) Access to the Subversion repository doesn't work via the subversion plugin - Always get a E200015: No credential to try. Authentication failed error.

2013-02-08 Thread r...@wright.org (JIRA)














































Roy Wright
 commented on  JENKINS-16343


Access to the Subversion repository doesnt work via the subversion plugin - Always get a E200015: No credential to try. Authentication failed error.















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.