Hi,
I'm going to upgrade Our old Stash to Bitbucket soon and I would also like to update the git version which stash is using.
Our Stash is running on top of Red Hat and uses git via software collection:
Path: /opt/rh/git19/root/usr/bin/git
Now I just can't figure out where this path has been defined? I want to change stash to use git from other location:
/opt/rh/rh-git29/root/usr/bin/git
Any ideas?
Thanks
-Pete
Hi @Petri Panula,
you should be able to set this path in your bitbucket.properties file:
plugin.bitbucket-git.path.executable=/opt/rh/rh-git29/root/usr/bin/git
Let me know if this helps,
--Alexis
Thanks.. I'll need to update Stash to BitBucket first I think :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.