Get started with Bitbucket Cloud
New to Bitbucket Cloud? Check out our get started guides for new users.
This page, and its subpages, detail all the available options and properties for configuring your Bitbucket Pipelines bitbucket-pipelines.yml. The options and properties have been grouped based on where they can be used in the bitbucket-pipelines.yml configuration file, such as:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
options:
Global options page
clone:
Git clone behavior page
definitions:
Cache and service container definitions page
image:
Docker image options page
pipeline:
Pipeline start options page
parallel:
Parallel step options page
stage:
Stage options page
step:
Step options page
This guide does not cover using YAML anchors to create reusable components to avoid duplication in your pipeline file. For details, see YAML anchors.
Global options
Global pipeline options for Bitbucket Pipelines
Git clone behavior
Options for controlling the Git clone behavior of Bitbucket Pipelines
Cache, service container, and export pipelines definitions
Create dependency caches and service containers, such as database services
Docker image options
Use custom Docker images in your Bitbucket Pipeline
Pipeline start conditions
Set the start conditions or triggers for running your Bitbucket Pipelines
Parallel step options
Run multiple pipeline steps at the same time
Stage options
Group steps into stages or create multi-step deployment stages
Step options
Define and customize your pipeline steps
Was this helpful?