- Configure Your Project
- .gitpod.yml
- Docker Configuration
- Start Tasks
- VS Code Extensions
- Exposing Ports
- Prebuilt Workspaces
- Environment Variables
- Workspace Location
- Editor Configuration
- Gitpod Self-Hosted
- Install on Google Cloud Platform
- Install on Amazon Web Services
- Install on self-managed Kubernetes
- Configure OAuth
- Configure a Domain
- Configure HTTPS Certificates
- Configure a Database
- Configure a Docker Registry
- Configure Storage
- Configure Nodes
- Configure Workspaces
Docs
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.
Still Have Questions?
Please reach out. We’re happy to answer them.