Bitbucket Integration
Gitpod comes with a Bitbucket integration that allows you to start Gitpod workspaces from any Bitbucket project.
Starting Workspaces
To start a workspace from a Bitbucket project, prefix the Bitbucket URL with gitpod.io/#
as described in Getting Started.
Enabling Prebuilds
To enable prebuilt workspaces for your Bitbucket project you need to grant install webhooks
in Gitpod’s Access Control page. This allows Gitpod to install a webhook. The webhook 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.