Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have a private repo which is including an open source repo as a submodule. (I am owner of both)
The pipeline fails
+ git submodule update --init --recursive
Submodule 'archdef' (git@bitbucket.org:andytomlin/archdef.git) registered for path 'archdef'
Cloning into '/opt/atlassian/pipelines/agent/build/archdef'...
Warning: Permanently added the RSA host key for IP address '18.205.93.0' to the list of known hosts.
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@bitbucket.org:andytomlin/archdef.git' into submodule path '/opt/atlassian/pipelines/agent/build/archdef' failed
Failed to clone 'archdef'. Retry scheduled
Cloning into '/opt/atlassian/pipelines/agent/build/archdef'...
Warning: Permanently added the RSA host key for IP address '18.205.93.1' to the list of known hosts.
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@bitbucket.org:andytomlin/archdef.git' into submodule path '/opt/atlassian/pipelines/agent/build/archdef' failed
Failed to clone 'archdef' a second time, aborting
Suggestions?
Nevermind, figured out I needed to add an ssh key to the pipeline
Hi Andy. You added ssh public key of your open source repo and added it to Access keys in private one? I did it like that and still getting this error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, other way round. I added pipelines key to my open source repo. ie my pipeline now has a key recognized by the open source repo. I found this link useful https://support.atlassian.com/bitbucket-cloud/docs/variables-and-secrets/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.