Inside Atlassian

Browse Bitbucket

Support for Xcode in Bitbucket

Developer efficiency is always top mind for the Bitbucket team and we’re constantly looking at ways to get you up and coding as quickly as possible. For example, knowing so many of you use Sourcetree as your Git client of choice meant it was a no-brainer for us to add a ‘Clone in Sourcetree’ button […]

Why Bitbucket Pipelines is the best CI/CD tool for your Docker-based software

In the Bitbucket team, we believe containerization is the future of continuous integration and deployment. Running your software in containers brings consistency and predictability all the way from your development environment, through your CI/CD pipeline out to production. To help smooth the path for container-based development, I wanted to reflect back on a set of […]

Introducing automatic concurrency control for Bitbucket Deployments

Last month, we announced the general availability of Bitbucket Deployments, a new feature within Bitbucket to help you keep track of the status of your shared deployment environments. With Deployments in Bitbucket, your team has every capability they need, from code hosting, code review, built-in CI/CD and now deployment tracking, to build and ship great products from within […]

Watch this! New look, watch repos, and unicorns in Bitbucket 5.10

Does it ever feel like the codebase you work in (or its core dependencies) can change in the blink of an eye? As soon as you’ve moved to the latest version, a new stable release comes out. It’s even more frustrating when it happens inside your company. Sure, it might come up during daily standup… […]

6 ways to integrate a data strategy into your workflow

This article was written with Looker, a business intelligence software and big data analytics platform that helps you explore, analyze, and share real-time business analytics easily. Most organizations only use a fraction of available data. Integrating a data strategy into your team’s development workflow is key to making sure data and insights are actionable where […]

Bitbucket code search API is now available

Last year we shipped the highest requested feature for Bitbucket Cloud – code aware search, and we’re delighted with your feedback and responses. We’re excited to announce that we’ve published the Bitbucket Cloud code search API delivering the same love to machines, and opening up code search for your needs. All code search features and more Our goal for the code search API […]

Speed up your build with parallel steps in Pipelines

When we built Bitbucket Pipelines, one of our goals was to make a tool that developers love. And if there’s one thing developers love, it is getting their builds finished more quickly. Last year, we added dependency caching and detailed timing information to help speed up your builds. Today, we’re excited to share that parallel steps are now available […]

Bitbucket Data Center at scale: collaboration at a global marketing agency

Have you ever tried to get five engineers to use the same IDE? No easy feat, right? A global marketing organization took on a significant challenge when uniting almost 1,000 engineers across several offices onto a single version control system and hosting solution. This mission began as a single team-driven project and evolved into a global […]

Bitbucket, uninterrupted: app diagnostics and better workflows in Bitbucket Server 5.9

Bitbucket Server is the convergence of individual work and team collaboration. Administrators ensure the git server availability, enabling developers to complete deployment cycles. Those teams operate independently but share common goals like, automating and simplifying repetitive tasks. In Bitbucket Server 5.9, there are improvements for both admins and developers. Bitbucket admins can identify and track causes of […]

Git LFS now available in Bitbucket Pipelines

Bitbucket Pipelines now has built-in Git LFS support, allowing you to seamlessly build, test and deploy LFS files in your builds! To enable it, just add lfs: true in the clone section of your bitbucket-pipelines.yml. If you don’t enable this feature, your clone will continue to behave as before. clone: lfs: true pipelines: default: # … rest of Pipelines configuration […]

3 steps to convince your team it’s time to get Data Center

It’s a brand new year, and with it will come a brand new budgeting cycle. Something many wait for, and maybe even dread to some extent! You start thinking about the tools and services that could accelerate your business results. Perhaps you’ve already spent months evaluating something, and now really want to make the case […]

Confidence to release early and often: Introducing Bitbucket Deployments

Teams are deploying code faster than ever, thanks to continuous delivery practices and tools like Bitbucket Pipelines. But this has caused a huge problem: it’s hard keeping up with all the deployments and knowing where things are at. That’s why we’ve built Bitbucket Deployments to sit next to your source code and to be configurable with […]

Better repository search and fork discovery come to Bitbucket Server 5.6

How long has your code base been around? Jira Software is our oldest project at Atlassian clocking in at 15 years old. That’s a lot of code, and more importantly a lot of repositories with the word “Jira” in the name! Our switch to Git, where it’s common to create more repositories with less code in each, didn’t help […]

Pipelines manual steps for confidence in your deployment pipeline

Bitbucket Pipelines gives you the ability to build, test and deploy from directly within Bitbucket Cloud. Today, we’re excited to announce that you can now use manual steps in Bitbucket Pipelines. With manual steps, you can customize your CI/CD pipeline by configuring steps that will only be run when manually triggered by someone on your team. […]

Bitbucket Server 5.5 brings personal access tokens and rebase workflows

[cta]These days developing software can feel a lot like running in a relay race, pushing ever faster to pass the baton amongst your teammates. The quicker you can push new features, bug-fixes, or performance improvements out to your customers the greater the competitive edge in the market. There are many ways to improve speed overall, […]