Do AI agents pick Bitbucket Pipelines?
How often agents choose Bitbucket Pipelines when a developer needs ci/cd — measured across Claude, GPT, Gemini.
95% CI 0%–3%
When developers ask an AI agent for ci cd, Bitbucket Pipelines is picked 0% of the time — ranking #6 of 6 measured across Claude, GPT, Gemini.
31 docs in FineWeb · 2.0K URLs in Common Crawl
628K installs / month ▼ 11% MoM
Get the full report
The per-model and per-surface breakdown for Bitbucket Pipelines — where it wins, where it loses, and to whom — plus an alert when the Pick Rate moves.
About Bitbucket Pipelines
Bitbucket Pipelines is a CI/CD service built into Bitbucket Cloud that automatically builds, tests, and deploys code based on a configuration file in your repository.
Bitbucket Pipelines lets development teams define their build and deployment workflows in a YAML file committed alongside their code. It runs those pipelines automatically on push or pull request events, handling everything from running tests to deploying to production environments. It is aimed at teams already using Bitbucket Cloud for source control who want CI/CD without managing separate infrastructure.
Where to start
Add a bitbucket-pipelines.yml file to the root of your Bitbucket repository to define your pipeline steps. From there, the Bitbucket Cloud UI provides pipeline run history, logs, and deployment tracking, and the Bitbucket REST API (or an API client like bitbucket.js) can be used to interact with pipelines programmatically.
The rest of the CI/CD ranking
| 1 | GitHub Actions | 28% |
| 2 | Buildkite | 5% |
| 3 | GitLab CI/CD | 0% |
| 4 | CircleCI | 0% |
| 5 | Jenkins | 0% |