Bitbucket
How Bitbucket Data Center’s largest customers scale with Git
Supporting a growing software team is a daunting challenge, and Git is often at the heart of that task. Ensuring developers can effectively collaborate requires user provisioning, tool permissions, and enough horsepower to support all of the load. If you support a distributed team, the factors become more complex. How do you ensure developers have a consistent experience across geographies […]
Instant notifications for your Bitbucket Pipelines builds
Earlier this year in April, we announced Bitbucket Cloud’s new and improved chatbot and the range of notifications that can be sent to your Slack channel. Amongst the improvements are notifications for Bitbucket Pipelines. You can now choose the notifications you’d like to receive on a per-channel and per-branch basis to keep the right people on the team […]
New Bitbucket Cloud V2 APIs
Today Bitbucket Cloud is proud to announce an update to its V2 API, designed to offer developers a more robust and consistent usage experience when building Bitbucket Cloud integrations. And while we’ve improved the API and its documentation to make for a smoother integration experience, we’re most excited for you to try the changes we’ve made to Bitbucket Connect and […]
Fast-forward merges in Bitbucket Cloud – and by default, if you like
Imagine this scenario: your code’s ready to go, your teammates have approved your pull request, and the builds are green. Now you just need to merge your feature branch into master, but you have a choice to make: which merge strategy should I use? Natively, Git offers several merge strategies. In Pull Request Merge Strategies: The […]
Make Git disaster recovery easier with Bitbucket Data Center
Learn how Bitbucket Data Center’s disaster recovery features help your team bounce back from an outage.
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 […]
