Is it possible to add a gitolite repository that is on the same local machine as the jira instance without cloning the whole repository into /var/atlassian/application-data/jira/data/git-plugin/?
Thus far the only way I have been able to add the respositories on our local gitolite managed repositories (which is on the same server as the Jira instance) to the git integration plugin rep list is to give jira access to the gitolite repositories via ssh (eg: ssh://git@localhos/test_rep)
When you use this method the plugin clones the repository to /var/atlassian/application-data/jira/data/git-plugin/
Because we need to add 50+ repositories I would rather avoid this as the data duplication is wasteful, but If we try and add the repository using the "advanced" settings, it does not consider the local Repository Root as valid (/var/git/repositories/test_rep).
Is this because it can't read the bare gitolite rep?
Or is it a permissions issue as the local repository location (/var/git/repositories) is owned by a the user `git` on the server?
*UPDATE*
I have created a group for the git repository folders and added the jira user to this group and it seems that this does not have an effect.
Git Plugin can successfully connect to a bare repositories located on the same local machine.
More probably this is a permission issue.
I have created a group for the git repository folders and added the jira user to this group and it seems that this does not have an effect.
You dig in the right way, but be sure JIRA user has read access to "/var" folder also.
How to check, that Git Plugin has read permissions to the local repository:
Please contact us at support@bigbrassband.com for any questions in the future.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.