Inside Atlassian

Browse Bitbucket

Article in Bitbucket

Meet Bitbucket Cloud’s new chatbot

[cta]Bitbucket Cloud’s new chatbot features a wide range of notification types, plenty of interactivity, and some smart configuration features that will supercharge your team’s development workflow. The bot is available today for Slack and is coming soon to Atlassian Stride and other leading chat platforms. Smarter, by default Debates have sparked weighing the benefits of real-time communication and the […]

Article in Bitbucket

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 […]

Article in Bitbucket

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 […]

Article in Bitbucket

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 […]

Article in Bitbucket

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 […]

Article in Bitbucket

A beginner’s guide to scaling DevOps

Over the years “DevOps” has become quite the buzzword. It’s been used to describe culture changes, automation, change management, continuous delivery… essentially, a culture where dev and ops collaborate to build a faster, more reliable release pipeline. That’s all well and good… until you’ve been assigned the task of scaling your organization’s “DevOps transformation”. It’s an […]

Article in Bitbucket

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 […]

Article in Archives

6 things you should know before & after integrating Jira Software Server with Bitbucket Server

[cta]What do coffee and donuts have in common with Jira Software Server and Bitbucket Server? Together, they make for a great experience, and I’d even go as far to say having one without the other is a bit unsatisfying. We at Atlassian know the ins and outs of coffee and don– er… I mean Jira Software […]

Article in Bitbucket

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 […]

Article in Bitbucket

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 […]

Article in Bitbucket

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. […]

Article in Bitbucket

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, […]

Article in Bitbucket

Add structure to your pipeline with multiple steps in Bitbucket Pipelines

Bitbucket Pipelines empowers modern teams to build, test and deploy their code directly within Bitbucket. Today, we’re excited to share a huge improvement to how Pipelines can be structured to suit your team’s workflow, with support for multiple steps – the highest voted feature request in Bitbucket Pipelines. With multiple steps in Pipelines, you can now: Structure […]

Article in Bamboo

Powering Enterprise DevOps with Bitbucket Server 5.4 & Bamboo 6.2

Implementing DevOps practices in large or highly regulated organizations is a balancing act. How do you make your development and operations teams as productive as possible, improve the flow of work moving throughout the system, and maintain the scale and security required? The answer is to choose tooling that can do it all. [cta]Bitbucket Server 5.4 and Bamboo 6.2 bring […]

Article in Bitbucket

Bitbucket Pipelines can count! (Builds are now numbered)

We’ve heard your feedback loud and clear – Bitbucket Pipelines needed build numbers, something you can use as a unique numeric identifier in your build and deployment pipeline. Today I’m happy to announce that we’ve shipped $BITBUCKET_BUILD_NUMBER – an incrementing build number for each build in your repository that is available as an environment variable. All previous builds […]