Hi,
I just upgraded both Bamboo and Bitbucket to the latest version (4.3.2 & 5.10.1.1) and having trouble integrating my Bitbucket repositories with Bamboo now.
When I try to create a linked (Bitbucket) repository in Bamboo I can find this error in the log files:
Can't authenticate with Bitbucket Server despite successful public key storage: ssh-rsa <MY_KEY> http://my_url/bamboo
And it seem that I run into the already known New access key is required but could not be added to Bitbucket Server problem - but the suggested workaround is not working in my case
I created a system ssh private/public key pair with "http://my_url/bamboo" as label. I added the private key as shared credentials in Bamboo and stored my public key on the Bitbucket repository. But each time I try to create the linked repository another public key will be added to repository. Where does this public key come from and to which private key does it belong?
Bamboo and Bitbucket are running in Docker containers and I wonder if this might cause the problems.
I already scanned through the Atlassian docs but cannot find anything helpful so far.
Any hint pointing me to the right direction would be very much appreciated!
Regards,
Christian
Found a solution!
I missed this log entry right before the can´t authenticate entry:
Command was canceled: command /bin/git version failed with code -1. Working directory was [/].
Which pointed me to the right direction and I finally found out that the location of my git executable was stored with a wrong path: /bin/git instead of /usr/bin/git
Thank You! Was tearing my hair out over this one. Bamboo's UI error message couldn't be more misleading.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.