Article
home/blog/Loading

Connect Bitbucket Pipelines with Google Source Repositories

To allow Bitbucket Pipelines access to your personal Google Source Repositories you need to do a few steps.

Add SSH Key to Bitbucket Pipeline

  1. Select the repository you want to setup the pipeline for
  2. Nagivate to Settings for the relevant repository
  3. Navigate to the SSH keys tab under Pipelines
  4. Ensure there is a SSH key generated
  5. Add to Known hosts source.developers.google.com:2022 and click fetch

That is all, run your pipeline and it is now able to clone repos from Google Source Repositories