You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When linking from bamboo to a repository on bitbucket
If bitbucket has "SSH access keys enabled" then bamboo (via ssh) needs to write the public key to the "sbin/.ssh" directory however it fails because the directory is only accessible to root but the container runs under the daemon user.
In order to reproduce:
Create a plan in bamboo.
Edit the plan and select repositories.
Click on "Add repository"
Select Bitbucket Server / Stash
Enter all the repository settings and click "Save repository"
It results in the following error
The text was updated successfully, but these errors were encountered:
When linking from bamboo to a repository on bitbucket
If bitbucket has "SSH access keys enabled" then bamboo (via ssh) needs to write the public key to the "sbin/.ssh" directory however it fails because the directory is only accessible to root but the container runs under the daemon user.
In order to reproduce:
The text was updated successfully, but these errors were encountered: