Search for a command to run...
CI/CD service built into Bitbucket Cloud that automates build, test, and deployment workflows where code lives. Pipelines run from a bitbucket-pipelines.yml file in the repository and execute in hosted or self-hosted containers. No separate service or context switching is required, since pipelines run directly inside the same platform that hosts your repositories.
Bitbucket Pipelines differentiates by tight integration with the Atlassian ecosystem: Jira, Confluence, and Compass. Status and deployment visibility flow into Jira tickets, DORA metrics surface in Compass, and change management can tie to Jira Service Management. Compared to standalone CI tools like Jenkins or Travis, it offers hosted runners with no agent wait times, hybrid runners for air-gapped or firewall-protected infrastructure, and over 100 Pipes for plug-and-play integrations with AWS, Slack, SonarCloud, and many others.
Key capabilities:
Teams use Bitbucket Pipelines to build and test on every push or pull request, deploy to cloud providers on merge, and enforce security and compliance checks. Developers benefit from pipeline-as-code in the repo, dependency caching to speed builds, and full log visibility for debugging. R&D and stakeholders can follow deployment status via Jira and Confluence without leaving the platform.