Operations | Monitoring | ITSM | DevOps | Cloud

Improving performance on complex diffs

Bitbucket Cloud is making changes to pull request diff functionality that will improve diff performance, particularly on complex diffs. We are changing our diff algorithm from what we call a '3-way' diff to a 2-way 'three-dot' diff, which will show the difference between the tip of a source branch and the commit from which it branched off the destination, as shown below. This new diff will be implemented on the Pull request page and Branch page in the coming weeks.

Announcing support for Windows runners in Bitbucket Pipelines

We are happy to announce that Bitbucket Pipelines now supports self-hosted runners on Windows. You can create a self-hosted runner and run it on your Windows infrastructure to run builds with the.Net framework. Since you're using your own runner, you won’t be charged for any Bitbucket Pipelines build minutes. This self-hosted runner will be non-containerized, allowing your CI/CD step to access the host’s hardware, such as the graphics card or any connected external devices.

Bitbucket Cloud and Data Center Feature Comparison | Cloud Migration Demo | Atlassian

Start your Cloud journey today with the Atlassian Migration Program . We’ve distilled the most critical resources and learnings for our customers into a single one-stop-shop giving you the tools, support, guidance, and promotions you need to migrate with confidence. Get started on your migration now to start taking advantage of the best Atlassian has to offer and to ensure a smooth, successful move.

A modern approach to change management with Bitbucket Cloud and Jira Service Management

One of my teammates calls change management the "eat your vegetables of ITSM." Just like eating veggies is important for getting nutrients and staying healthy, there is good reason to practice change management — the need for coordination between sometimes misaligned teams and regulatory requirements. Of course, we all know getting our greens can be unappetizing. It's not unlike the often bitter process of navigating complex, slow, and bureaucratic change management systems.

Atlassian Team '22 ITSM Keynote

Service management teams operate much like legendary bands - individual rock stars coming together to create incredible experiences. But new ways of working are stressing the seams of traditional ITSM. Learn how Atlassian powers modern development, operations, and business teams by offering the best of both worlds: autonomy with coordination.

Atlassian Team '22 DevOps & Agile Keynote

Should you be in an open relationship? A diverse toolchain or a consolidated, all-in-one approach? Discover how Atlassian's open toolchain solution offers the best of both worlds: flexibility and coordination. We'll show how this new approach empowers software teams to adapt to change faster while measuring value streams by completing the software development life cycle of Discovery → Delivery → Operations.

Announcing the beta for MacOS Runners in Bitbucket Pipelines

We are happy to announce that Bitbucket Pipelines now supports MacOS self-hosted runners. This is currently in beta. You can now create a self-hosted runner and run it on your MacOS infrastructure to run MacOS and IOS builds. Since you’re using your own runner, you won't be charged for Bitbucket Pipelines build minutes. This self-hosted runner will be non-containerised allowing your CI/CD step to access the host's hardware, such as the graphics card or any connected external devices.

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.

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 variable value, you can choose it from a dropdown.