Browse Bitbucket
Filters
Deprecating Atlassian account password for Git and Bitbucket API activity
Starting Mar 1, 2022, Bitbucket users will no longer be able to use their Atlassian account password to interact with Bitbucket via Git over https and the Bitbucket API. Users will need to start using Bitbucket app passwords for Git commands, scripts, and integrating tools. As part of an ongoing effort to align with internal […]
What DevOps means to devs
It used to be simple: write code, test it locally, deploy to prod, everything runs perfectly forever. Right? Wrong! Software development is messy, and growing more complex every day. Doing DevOps isn’t just committing code once it has passed a prescribed set of unit tests on your machine. Adopting the benefits of DevOps means you’re […]
How Statuspage deploys continuously with Bitbucket and Sleuth
This post was written by Michael Knighten, Founder & COO of Sleuth What it takes to deploy continuously There are some similarities between deploying continuously and driving in the fast lane. When driving, you need to be always on the alert, proactively looking down the road for potential hazards. When you see them, you need […]
Extinguishing our performance fires and rebuilding for the future
I stepped into the role of Head of Engineering for Bitbucket Cloud in late 2020, having served as one of the team’s senior engineering managers for several years. It is an honor and a privilege to lead this team, and I couldn’t be prouder of the hard work we’ve done and continue to do each […]
Integrate security into development with Snyk, now a seamless part of Bitbucket Cloud
Even small vulnerabilities can cost a team a lot. All too frequently we see news reports of organisations that mishandled their code & build level security, causing customer data to be exposed. The high publicity of these mistakes proves that security is now table-stakes in the DevOps world. Today, teams need to be able to […]
Editing Pull Requests just got a little easier
Bitbucket Cloud’s code review experience is highlighted by the pull request view – a central place to view and discuss proposed changes, create actionable tasks from discussion, and reach a consensus on the changes making their way to your codebase. Old way of making changes As an author of a pull request, you may want […]
We are rolling out Docker v20 to Pipelines in June 2021
Docker v20 was officially released a few months ago, bringing new features that will make your builds faster and more secure. We will be progressively rolling out the new version to Bitbucket Pipelines throughout the month of June 2021. Actions required We do not expect the majority of the builds to be impacted by this […]
Skipping artifact downloads in Bitbucket Pipelines
Allowing pipelines steps to skip downloading artifacts has been a highly requested feature from our customers. You can now disable artifact downloading on certain steps that do not require any artifacts, which will allow faster builds and can reduce your costs as a result. Disabling artifact downloads during a step is as easy as switching […]
Automate (and scale) your Android deployment with Bitbucket Pipelines
We’ve launched a new Android template in Bitbucket Pipelines. This template helps you automate building and testing an Android project in a Docker container, using Gradle as your build tool. Access the template code here or go to the Pipelines tab of your repo and select the Android template. This blog walks you through how […]
Bitbucket Pipelines and OpenID Connect: No more secret management
Bitbucket Pipelines now allows you to talk to your favorite third-party applications without an access token or secret. You no longer need to store your secrets in Bitbucket Pipelines. You can generate an OpenID Connect token in Bitbucket Pipelines, and use that to talk to any third-party application that supports OpenID Connect. Why use OpenID […]
Introducing a New Pull Request Sidebar
Bitbucket Cloud’s pull request sidebar is useful because it displays all the relevant details of the pull request you’re looking at. However, with so much information present, it can be hard to find the information you need. To address feedback we’ve received about its readability and usability, we’ve given it a redesign. Tabs for easier […]
Manual steps in parallel groups available for Pipelines
Bitbucket Pipelines now allows steps with a manual trigger to be used in parallel groups, satisfying one of the highest voted feature requests. This feature provides more flexibility in Pipelines, allowing teams to configure pipelines with multiple options and then only run the steps they actually need to run, at the time they want. For […]
Introducing a New Pull Request Status in Bitbucket Cloud: Changes Requested
One of the most critical activities for a developer is reviewing code. Code review helps developers fix bugs before shipping, learn about the codebase, and pass along a team’s values to new (and longstanding) developers. To double down on these benefits, we’re releasing a new tool to facilitate communication between pull request reviewers and authors: […]
Add file attachments to pull requests in Bitbucket Cloud
During code review, static image files might not be adequate when a developer wants to demo their changes. Starting now, teams can attach any type of file to a pull request. No need to worry about the file size either. For example, “before and after” screen recordings can be uploaded and viewed directly in a […]
Server vs. Data Center – what’s the difference?
The added value in Data Center that makes it a great choice for enterprises.
