Get started with Bitbucket Cloud
New to Bitbucket Cloud? Check out our get started guides for new users.
Find configuration guides for Bitbucket Pipelines.
View your pipeline
See the status of your pipeline, get detailed log information from its run, and other useful data.
Configure bitbucket-pipelines.yml
Define your Pipelines build configuration with the bitbucket-pipelines.yml file.
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.
Use artifacts in steps
Use and download artifacts to support your deployment.
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.
Run Docker commands in Bitbucket Pipelines
Build a Docker image from a Dockerfile and to push it to a Docker registry by running Docker commands.
Push back to your repository
Make changes to your repository from within your pipeline and push your changes back.
Specify dependencies in your Pipelines build
Specify any dependencies that your build needs in the Docker container.
Use AWS ECR images in Pipelines with OpenID Connect
Configure OpenID Connect with Bitbucket Cloud Pipelines for AWS ECR images.
Was this helpful?