Bitbucket Pipelines
What It Is
CI/CD inside Bitbucket Cloud configured through bitbucket-pipelines.yml.
What Matters
- tight coupling with Bitbucket repositories
- pipelines, steps, and services
- variables and deployment environments
Practice
- Make sure platform limits and the runner model fit the project before building the whole delivery process around it.