Bitbucket
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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: […]
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 […]
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 […]
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 […]
Introducing Agentic Pipelines: AI automation for chores devs don’t want to do
Bitbucket Pipelines has always been an engine for automating more than just CI/CD, but today, Pipelines takes a first step towards a full agentic automation platform for all the manual, tedious, repetitive work that happens before and after code creation. You’ve probably seen the stat: Development teams spend 84% of their day doing things other […]
Bitbucket Packages now supports Maven and npm
Few months back we launched Bitbucket Packages with a native container registry, giving teams a way to manage container images right alongside their code and pipelines. Today, we’re expanding that functionality and now Bitbucket Packages support Maven and Node Package Manager (npm), bringing JavaScript and Java package management into the same platform where your team already […]
