Bitbucket Pipelines configuration reference

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.

Additional Help