Get started with Bitbucket Cloud
New to Bitbucket Cloud? Check out our get started guides for new users.
Get started with Bitbucket Pipelines
Bitbucket Pipelines is an integrated CI/CD service built into Bitbucket Cloud. Learn how to set up Pipelines.
Use Pipelines in different software languages
Use Pipelines for a project in any software language, built on Linux, using Docker images.
Use Docker images as build environments
Run a Docker image that defines the build environment. Use the default image provided or get a custom one.
Access Pipelines deployment guides
Find the infomation you need to deploy successfully using pipes and pipelines.
Bitbucket Pipelines configuration reference
The complete configuration reference for the Bitbucket Pipelines bitbucket-pipelines.yml
Use glob patterns on the Pipelines yaml file
Learn the glob patterns you can use on the Pipelines yaml file.
YAML anchors
Use YAML anchors to reduce effort and make updating in bulk easier.
Deployments
Learn how to see the status of your deployment environments.
Scheduled and manually triggered pipelines
Bitbucket Pipelines allows you to run multiple Docker containers from your build pipeline.
Variables and secrets
Bitbucket allows you to configure default and custom variables
Using SSH keys in Bitbucket Pipelines
How to set up SSH access to repositories for Bitbucket Pipelines
Caches
Cache external build dependencies and directories between builds, to reduce consumed build minutes.
Pipeline artifacts
Use and download artifacts to support your deployment.
Databases and service containers
Bitbucket Pipelines allows you to run multiple Docker containers from your build pipeline.
Use pipes in Bitbucket Pipelines
Learn what a pipe is, how to write one, and some advanced techniques.
Integrations
Check out all the available integrations for Pipelines
Testing
Check out the test you can use with Bitbucket Pipelines
Runners
Configure your operating system with Pipelines to use runners within your repositories.
Push back to your repository
Make changes to your repository from within your pipeline and push your changes back.
Share Pipelines Configurations
Learn how to share your YAML configurations in Pipelines
Dynamic pipelines
Enable dynamic pipelines at either the repository or workspace level in Bitbucket to add flexibility and intelligence to your CI/CD workflows.
Migrate to Bitbucket Pipelines
Learn how to migrate your existing CI/CD workflows to Bitbucket Pipelines