You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.