Bitbucket Cloud Meets Pulumi Cloud

Pulumi Cloud now supports Bitbucket Cloud as a first-class VCS integration, joining GitHub, GitLab, and Azure DevOps. Connect your Bitbucket workspace to deploy infrastructure on every push, preview changes on pull requests, spin up ephemeral review stacks, and get AI-powered change summaries — all without an external CI/CD pipeline.
Deploy infrastructure from Bitbucket
Connect a Bitbucket repository to a stack and infrastructure deploys automatically when you push to your configured branch. Configure path filters so only relevant file changes trigger deployments, and manage environment variables and secrets directly in Pulumi Cloud. No external CI/CD pipeline required.
Every pull request gets an infrastructure preview showing exactly what will change before merging. Neo posts AI-generated summaries explaining what the changes mean in plain language, so reviewers can understand the impact without reading resource diffs.
Two ways to connect
The integration supports two authentication methods depending on your Bitbucket plan:
- Personal OAuth works with every workspace, including free plans. Authorize through the standard OAuth flow and you’re connected.
- Workspace tokens are available for Premium workspaces. Generate a token with the required scopes (
repository:admin,repository:write,pullrequest:write,webhook) and paste it into Pulumi Cloud for a service-account-style connection that isn’t tied to an individual user.
Both methods register webhooks automatically — no manual configuration required.
Scaffold new projects from your repositories
The new project wizard discovers your Bitbucket workspace, repositories, and branches so you can scaffold and deploy a new stack without leaving Pulumi Cloud. Create a new repository directly from the wizard or select an existing one and configure VCS-backed deployments in a few clicks.
Getting started
- An org admin configures the integration under Management > Version control.
- Authorize with Bitbucket using personal OAuth or a workspace token.
- Deploy infrastructure with first-class workflows.
For full setup details, see the Bitbucket integration docs.
Connect your Bitbucket workspace