Fix flaky tests with AI, and track future test work in Jira
In January we launched Tests in Bitbucket Pipelines – a single place to track, organize, and understand your test health over time. In April we added automatic flaky test detection so unreliable tests get flagged before they slow your team down. But spotting a problem is only half the battle. Day to day, your team […]
Unlocking efficiency with Merge Queues in Bitbucket Cloud now GA
Earlier this year, we launched Merge Queues in open beta to help teams automate, sequence, and validate pull request merges. During the beta period, we incorporated feedback from hundreds of teams to improve reliability and simplify configuration. Today, we are excited to announce that Merge Queues is generally available for Standard and Premium plans on […]
Bamboo to Bitbucket Pipelines migration tool is now GA
Earlier this year, we introduced the beta version of the Bamboo to Bitbucket Pipelines migration tool. Since then, we’ve listened closely to your feedback and expanded its capabilities to make your transition to the cloud smoother. We are thrilled to announce the general availability (GA) version of the Bamboo to Pipelines migration tool. The tool […]
Article in Company News Bitbucket
Agentic Pipelines now supports OpenAI Codex
Bring your Codex agent into Bitbucket Pipelines. A few weeks ago, we announced support for Claude agents in Bitbucket Pipelines. Today, we’re adding OpenAI Codex as a supported agent. If your team is already using Codex on the desktop, you can now move that same workflow into your pipeline — triggered by a merge, a […]
Bitbucket Packages adds PyPI and NuGet support
If your team builds with Python or .NET, your packages have likely lived separately from your code, stored in a registry with distinct login, permissions, and billing. Starting today, they don’t have to. Bitbucket Packages now supports the Python Package Index (PyPI) and NuGet, integrating Python and .NET package management into the platform where your […]
Article in Company News Bitbucket
Trace packages back to their source pipeline
When we introduced native Pipelines authentication for Bitbucket Packages, we made it easier to publish artifacts from CI/CD without relying on personal credentials. Now we’re extending that integration further: package artifacts published through the Pipelines integration can display a Source Pipeline, making it easy to trace an artifact back to the pipeline run that created […]
Article in Company News Bitbucket
Introducing Package triggers in Bitbucket Pipelines
In November 2025, we introduced new triggers and workflows to Bitbucket Pipelines to help teams manage and scale complex CI/CD workflows. We later extended that foundation with additional event-based triggers for pipeline, deployment, and pull request events. We’re now extending that model with a new package-artifact-created trigger. This trigger lets you automatically run custom pipelines […]
Article in Company News Bitbucket
Track Deployment status for your PRs (Beta)
You shouldn’t have to leave your PR list to know where your code is deployed. Yet, developers constantly lose time context-switching just to see if a change hit staging or production. To solve this, we are launching the Beta version of Deployment Status Tracking for your PRs. This feature surfaces live deployment statuses directly within […]
Article in Company News Bitbucket
Prevent container image overwrites with immutable tags in Bitbucket Packages
We’re excited to announce that immutable tags are now available for the Bitbucket Packages container registry. With immutable tags, workspace admins can set container image tags from being overwritten, moved, or modified after they’re first pushed. Tags are how your team refers to container images, but by default they’re mutable: anyone with push access can point an […]
Article in Company News Bitbucket
Premium self-hosted runners are generally available
In December, we shared our plans to introduce pricing for self-hosted runners. You told us loud and clear that a free option matters. Today, as Premium Runners become generally available, we are happy to share that we will continue to have a free forever tier, which lets you connect up to 100 self-hosted runners as […]
Article in Company News Bitbucket
Agentic Pipelines now supports Claude Code
Last month, we introduced Agentic Pipelines, a new way to orchestrate AI agents to automatically, and routinely, handle the repetitive engineering chores so you can get back to solving the fun, cool problems. When we launched, Agentic Pipelines supported Atlassian’s developer AI agent, Rovo Dev. Today, we’re opening up Agentic Pipelines to even more teams: […]
Article in How We Build Bitbucket
Inside Atlassian’s Merge Queues: How we ship faster with fewer incidents
At Atlassian, we use Merge Queues to ship frequent changes with confidence and streamline pull request merges. Across some of our busiest codebases, Merge Queues have sharply reduced incident frequency and turned merging from a stressful bottleneck into a background task. Today, most of our largest repositories rely on Merge Queues—over 70 large repos across […]
Article in Bitbucket
Introducing on-demand Pipelines: run pipelines via API
Your CI/CD pipeline doesn’t have to live in a YAML file anymore. With on-demand pipelines, you can generate pipeline definitions programmatically, from scripts, services, or automation tools – and execute them instantly via the Pipelines API. No commit. No pull request. No static configuration to modify. Just build the YAML your situation demands and run […]
Article in Company News Bitbucket
Share artifacts between parent and child pipelines
As part of an initiative to increase the flexibility and power of child pipelines, we are happy to announce that Bitbucket Pipelines will now allow you to share artifacts between parent and child pipelines. This feature extends the use-cases for child pipelines, allowing a greater degree of coordination between parent and child and the use […]
Merge Queues for Bitbucket Cloud, now in open beta
Teams are shipping more code, faster than ever, as they increasingly automate their processes with CI/CD and AI. But high-velocity pull-request workflows and large monorepos, where many PRs are merged continuously, are feeling the pain as they grow: pull requests race to merge before the branch changes again, “green” builds still break due to semantic […]