Inside Atlassian

Browse Bitbucket

Article in Bitbucket

Enhancements to Bitbucket Pipelines step conditions

Not every file change in our repository requires running a pipeline. For changes to files, such as README, .gitignore, and CODEOWNERS, you may not want to run 30-minute browser tests or full deployment pipelines. To allow you to skip steps for low-impact file changes and eventually make your pipelines run faster, we are introducing a […]

Article in AI

Atlassian named a Leader in the 2025 Forrester Wave™ for DevOps Platforms

AI to streamline software development workflows, from idea to operations

Article in Bitbucket

Introducing Runtime v3 – Multi-arch images and more control over Docker

Historically, when using the Pipelines Docker service, the step would automatically have the Docker CLI executable mounted into the build container. While this approach was initially convenient and helped onboard new customers, it limited flexibility in several areas. For example, customers couldn’t easily use the latest docker buildx features because the CLI version was pinned. […]

Article in Bitbucket

Use variables in any part of your Pipelines .yaml

In the past, variables in Bitbucket Pipelines were scoped to only operate within script sections of a Pipelines workflow. This limited their usefulness and restricted users from being able to fully parameterize their workflows. Today we are releasing an enhancement that will allow variables to be used within any section of a Pipelines .yaml file, […]

Article in AI

It’s Never Too Early to Start with Atlassian 🚀

Three Atlassian programs that support startups

Article in Bitbucket

Introducing token rotation for access tokens

As part of Atlassian’s ongoing investment in security, we’re excited to introduce token rotation for access tokens in Bitbucket Cloud. Building on recent updates, like adding expiration dates to access tokens, this new capability allows you to rotate your tokens, which generates a new secret while maintaining the same access and scopes. Why token rotation matters Access tokens are […]

Article in Bitbucket

Four reasons to explore a migration from Bitbucket Data Center to Bitbucket Cloud

With built-in CI/CD, native security tools, integrated planning, and AI agents, Bitbucket Cloud helps organizations accelerate productivity, improve engineering standards, and enhance collaboration across developers, operations and business teams. Moving to the cloud also helps lower costs by freeing up hardware budgets and IT resources. And you can rest easy knowing developers will stay productive […]

Article in Bitbucket

Say hello to draft pull requests! And one more thing we think you’ll love.

Today we are excited to be delivering the #1 requested feature in Bitbucket Cloud — draft pull requests. And to go with it, we’re bringing you another helpful workflow enhancement — control over branch deletion when your PR is merged. Both of these features are available now to all Bitbucket Cloud customers. PR still a […]

Article in Bitbucket

Introducing the “retry” step failure strategy for Bitbucket Pipelines

Overview Recently we introduced support for Failure Strategies, which allows developers to implement more powerful logic and control flow into their workflows. Today, we are excited to announce a new step failure strategy, retry, which can auto-retry your failed steps without requiring any input from the user. No matter what happens to your step, whether […]

Article in Bitbucket

Easily share data between steps in Bitbucket Pipelines

We’re excited to announce the release of a new feature in Bitbucket Pipelines designed to make it easier for you to share variables between steps within your workflows. Overview This feature allows you to define environment variables in one step and make them accessible in subsequent steps within the same pipeline. Previously, sharing variables between […]

Article in Bitbucket

Enhancing security in Bitbucket: Introducing expiry for access tokens

As part of Atlassian’s ongoing investment in security, we’re introducing new controls to help administrators manage authentication tokens more effectively and securely. To reduce the risk of long-lived credentials becoming security vulnerabilities, all newly created access tokens in Bitbucket will require an expiry duration, as determined by the workplace admin. Why are we making this change? Previously, access […]

Article in Bitbucket

You can now sign commits with SSH keys!

As promised in our blog announcing support for signed commits, you can now use SSH keys to sign commits in Bitbucket Cloud! Signed commits provide an essential layer of protection, allowing developers to verify the authenticity of their contributions using GPG keys – and now SSH keys. How it works Here’s a quick reminder of […]

Article in Bitbucket

Introducing AI-powered search with Bitbucket Cloud & Rovo

At Atlassian, we believe that the future of teamwork is in human and AI collaboration. This vision led us to create Atlassian Rovo, a highly extensible AI solution designed to help teams accelerate workflows, and enhance decision-making through AI-driven enterprise search, interactive chat, and intelligent agents. Today, we are excited to announce that Bitbucket cloud […]

Article in Bitbucket

Announcing ARM builds in cloud for Bitbucket Pipelines

We are excited to announce the release of ARM builds in the Pipelines cloud runtime. Our release of Linux based ARM runners in cloud allows you to build and deploy software for ARM-based systems with all the benefits of our fully managed CI/CD platform. To use the new cloud ARM runners in your pipeline, make […]

Article in Bitbucket

Introducing step failure strategies in Bitbucket Pipelines

We are excited to introduce a new capability in Bitbucket Pipelines – Step Failure Strategies. This is the first of a set of new features allowing developers to implement more comprehensive logic and control-flow inside their CI/CD pipelines. Failure Strategies are designed to give you explicit control over how your pipeline behaves in the event […]