Browse Bitbucket
Filters
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 […]
Additional deployment environments for Bitbucket Pipelines
Bitbucket Pipelines provides teams with a one-stop solution to build, test, deploy and track their code, without ever leaving Bitbucket. Developers and release managers can easily track and visualize deployments, while non-technical teams can have visibility into what features are coming down the pipeline. Pipelines originally supported deployments to up to 10 environments, but we’re […]
4 Bitbucket and Slack hacks to speed up your workflow, from actual devs
While working from home is the new normal, communicating and collaborating virtually hasn’t become any easier. And for developers, being productive while at home has its own set of challenges (we’re thinking of things like figuring out how to pair program over Zoom or how to make do with only a single monitor). In times […]
Automatic Merging When Builds Pass
Today Bitbucket is releasing a new labs feature, “Pending Merges”, which allows for automatic merging of pull requests when builds pass. This means no more continually checking back in on your pull request, just waiting and waiting for your builds to pass before you can finally merge it. You will no longer be forced to […]
Enhance your DevOps toolchain with Integrated CI/CD
A seamless way to connect Bitbucket to the leading CI/CD solutions, increasing developer velocity and accelerating time to production.
Moving away from Master as the default name for Branches in Git
Over the last few weeks there has been ongoing discussion within the Git project and teams at Bitbucket, Gitlab, GitHub and other industry providers about Git’s use of ‘master’ as the default name for the first branch that is created on a repository. ‘Master’ appears to be an inherited reference from BitKeeper which was adapted […]
Zero time deployment process for Magento2
The Magento 2 production deployment flow helps a store reach maximum performance by minimizing downtime during deployment. The length of time your production site is in maintenance mode depends on the size of the site, the number of changes applied during the deployment, and the configuration for static content deployment. One of the challenges with […]
Conditional steps and improvements to logs in Bitbucket Pipelines
We recently shipped a number of improvements to Bitbucket Pipelines, helping you interact with pipeline logs and giving you greater flexibility with your pipeline with conditional steps. Search in logs Pipelines renders the logs using infinite scrolling displaying a visible portion of text as you scroll through it. This is great when it comes to […]
What Can We Learn from the Code in Git’s Initial Commit?
The vast majority of Git resources discuss how to use Git. Very few describe how Git actually works and even fewer look under the hood at Git’s code. In this article, I’m going to examine the initial commit of Git’s code to help you understand Git from the code perspective. If you are unfamiliar with […]
Automate manual tasks with Bitbucket Pipelines
Each time you make changes to your code, you have to go through many manual steps like testing, building artifacts, deploying to several environments and more…
Sunsetting Mercurial support in Bitbucket
[Update Aug 26, 2020] All hg repos have now been disabled and cannot be accessed. [Update July 1, 2020] Today, mercurial repositories, snippets, and wikis will turn to read-only mode. After July 8th, 2020 they will no longer be accessible. The version control software market has evolved a lot since Bitbucket began in 2008. When […]
