|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

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:
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.