Inside Atlassian

Browse Bitbucket

Introducing Bitbucket’s redesigned Branch page

We are excited to announce that improvements to the Branch page will be available in Bitbucket Cloud in the coming weeks! Comparing two branches can be a critical step before creating a pull request. We recognize that it can be a cumbersome experience to see the Branch page displayed differently than the Pull request page. […]

Update on how to submit product feedback

We’re changing the way we manage suggestions for new Bitbucket features in our public issue tracker. Our aim is to improve the quality of information and make it feasible for us to give regular updates on all the suggestions we’re considering. After May 1, 2022, you’ll no longer be able to create new Suggestions in […]

Bitbucket Cloud is now encrypted at rest

After Bitbucket’s platform migration to AWS back in August 2021, all repository source code and product data was encrypted at rest. We had one final task remaining to finish rebuilding a portion of our code search ElasticSearch clusters that did not have encryption enabled previously. We are happy to announce that work has been completed […]

Predefine values of custom pipeline variables

Recently, we introduced support for default values in custom pipeline variables. Today, we’re happy to announce the ability to make pipeline variables configuration more flexible with predefined values. We added a property to predefine values that can be assigned to a variable. It helps avoid errors, and improves the user experience. Instead of typing a […]

Project Settings are now available in Bitbucket Cloud!

Workspace admins can now set the following project-level settings: default reviewers, access keys, branching model, and merge strategies. These project settings can be inherited by all the repositories in the project. What problem are we solving with Project Settings? For a while now, customers have been asking for an easier way to manage their repositories […]

Log4Shell fix with the Bitbucket Cloud and Snyk integration

By now, you’re probably assessing your level of exposure — or are in the middle of remediating — the recently disclosed vulnerability known as Log4Shell.  We recently introduced a native integration with Snyk, a leading provider of developer security solutions, to help you address zero-day vulnerabilities. Once enabled, Snyk scans your code and its dependencies […]

Configuring multiple Docker services with different memory limits

Bitbucket Pipelines provides a feature that enables you to configure memory in Docker services (learn more on that here). We have related highly voted suggestion where customers would like to configure multiple Docker services, each with different memory configurations. Here’s a working example of how you can set memory limits to multiple Docker services and […]

Infrastructure Changes – New Outbound IP Addresses

On 8th December 2021, new IP addresses were provisioned for our build infrastructure, allowing for improved resiliency in our Kubernetes infrastructure. These addresses will become active in the next six weeks. The new IP addresses are: 3.216.235.48/32 34.231.96.243/32 44.199.3.254/32 174.129.205.191/32 44.199.127.226/32 44.199.45.64/32 3.221.151.112/32 52.205.184.192/32 52.72.137.240/32 Refer to What are the Bitbucket Cloud IP addresses I should […]

Automatically refresh caches when build dependencies are updated

Bitbucket Pipelines provides a caching feature that provides the ability to cache external build dependencies and directories e.g. 3rd-party libraries. This means faster builds and fewer consumed build minutes. However, caches currently live for 7 days and are invalidated at the end of that period. And updates to build dependencies do not cause the cache […]

Help us welcome Horizontal Navigation to Bitbucket Cloud!

Bitbucket Cloud is getting a makeover!  We are joining Jira and Confluence Cloud and moving our global navigation from a vertical bar along the left side to a horizontal bar displayed along the top of Bitbucket Cloud. This update is a huge improvement for our users in terms of findability and ease of use, and it also provides […]

Bitbucket Cloud has landed in AWS

In July and August of this year, I revealed to our community for the first time that Bitbucket Cloud was engaged in a project to migrate to a new platform. As I wrote in July: For over a decade, the majority of Bitbucket’s services have been hosted in a data center. While this has served […]

Announcing the Bitbucket Cloud Migration Assistant

Update March 2022: The Bitbucket Cloud Migration Assistant now supports migrating from Bitbucket Data Center instances as well. We are excited to announce the launch of the Bitbucket Cloud Migration Assistant, an Atlassian-supported app built to help Bitbucket Server customers automate the migration process from Bitbucket Server to Bitbucket Cloud. If you are considering a […]

Introducing default values for custom pipeline variables

Support for including default values in custom pipelines has been a highly requested feature. We are happy to announce that this feature is now live. Providing a default value helps avoid errors when you manually trigger a custom pipeline. If you often rely on the same value for certain variables, it can be frustrating to […]

Action Required for GitKraken Users using SSH

We recently learned that users of Bitbucket Cloud who generated their SSH key(s) using GitKraken versions 7.6.0-8.0.0 could be subject to a vulnerability that results in the creation of duplicate keys. The developers of the GitKraken app reached out to Bitbucket Cloud when they discovered that their software was generating duplicate RSA keys and informed […]

How to integrate security checks into your deployment workflow

As software applications grow in scale and complexity, the surface areas for security vulnerabilities and exploits grow with it. Modern development practices include large amounts of code reuse. First, in the form of language-specific standard libraries such as the C++ STL, the Golang standard library, and Microsoft .NET. Second, in the form of open-source libraries […]