Bitbucket Integration

Gitpod works with any public or private repository on Bitbucket.

To start a workspace from a Bitbucket project, prefix the Bitbucket project URL with gitpod.io/# as described in Getting Started or use the browser extension to add a convenient Gitpod button to every Bitbucket page.

Enable Prebuilds

To enable prebuilt workspaces for your Bitbucket project, you need to grant the webhook permission in Gitpod’s Integration Settings page. This allows Gitpod to install a webhook which creates a new prebuild for every push event.

The webhook will be automatically installed when you trigger the first prebuild manually. For this, prefix your Bitbucket project URL with gitpod.io/#prebuild/ as described in the prebuilds page.

Was this helpful?