Mark Waite commented on Bug JENKINS-28165

That line usually means the call to "git fetch" failed. In your case, the message from the git fetch command:

Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

indicates that it is trying to authenticate you and failing.

I created a multi-configuration job in my test network using various operating systems and git versions with two different forms of username / password authentication. My ssh server in these tests is a Ubuntu 14.04 machine hosting a repository in the directory /var/lib/git/mwaite/bugs/JENKINS-28165.git. The master node is that Ubuntu 14.04 machine with the process running as the jenkins user. The repository is owned by the user mwaite.

I've run out of time this morning to experiment with this, so won't be able to add more comments on this until after the end of the working day today.

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.

Reply via email to