Get started with Bitbucket Cloud
New to Bitbucket Cloud? Check out our get started guides for new users.
Bitbucket Pipelines is an integrated CI/CD service built into Bitbucket Cloud. It allows you to automatically build, test, and even deploy your code based on a configuration file in your repository. Essentially, we create containers in the cloud for you. Inside these containers, you can run commands (like you might on a local machine) but with all the advantages of a fresh system, customized and configured for your needs. A pipeline is defined using a YAML file called bitbucket-pipelines.yml, which is located at the root of your repository. For more information on configuring a YAML file, refer to Configure bitbucket-pipelines.yml.
For more information on how to use Bitbucket Pipelines to automate your AWS deployment, check out this YouTube video tutorial.
Configure your first pipeline
Get started with your first Bitbucket Pipeline
View your pipeline
See the status of your pipeline, get detailed log information from its run, and other useful data.
Specify dependencies in your Pipelines build
Specify any dependencies that your build needs in the Docker container.
Limitations of Bitbucket Pipelines
Learn the current limitations in Bitbucket Pipelines, like build minutes, push limits, and supported platforms.
Was this helpful?