Mark Waite edited a comment on Bug JENKINS-21110

The git-client-plugin 1.6.2 release again adds a remote section into the .git/config file. Could you check that this is resolved with git-client-plugin 1.6.2?

The repository is definitely not checked out as a bare repository. You can test that by creating a job which clones from your favorite location and then runs the command:

git rev-parse --is-bare-repository

That will always report "false" for git repositories cloned by Jenkins since Jenkins needs a working copy of the repository and bare repositories do not have a working copy.

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