Inside Atlassian

Bitbucket

Article in Bitbucket

Introducing Atlassian for VS Code: Bitbucket Cloud and Jira Software extension for Visual Studio Code

Developers spend most of their day in three places: chat, their IDE, and a code repository platform like Bitbucket. In between, a lot of hours are spent context switching between apps. At Atlassian, our goal is to cut out all of the alt-tabbing and make you more productive by bringing your work closer to where […]

Article in Bitbucket

How to use merge checks to enforce your master branch

Your master branch represents the code that you will ship to your customers, and should be protected at all costs. No one intends to ship a bug to a customer on purpose, so having a mechanism in place to catch these subtle bugs is essential to a development team. Code review has been around in some form […]

Article in Bitbucket

Celebrating 10 million Bitbucket Cloud registered users

Today we’re excited to announce the developer community on Bitbucket Cloud has reached 10 million registered users. This is a milestone we’re incredibly proud of and we’re honored so many of you rely on us to help turn your ideas, dreams, and aspirations into reality. Since Bitbucket’s inception in 2008 our mission has been simple […]

Article in Bitbucket

Deployment Permissions now available in Bitbucket Pipelines

Deploying to a production environment always comes with risk. Nobody wants to break their customers’ trust by accidentally deploying the wrong code, especially in critical systems. You can now configure deployment permissions to control who can do deployments, and from which branch, as a premium feature of Bitbucket Pipelines. This is customizable for each environment to […]

Article in Bitbucket

Meet Bitbucket Pipes. 30+ ways to automate your CI/CD pipeline

The democratizing nature of DevOps has seen the responsibility of building and managing CI/CD pipelines transition from specialized release engineers to developers. But automating a robust, dependable CI/CD pipeline is tedious work. Developers need to connect to multiple tools to deliver software, and writing pipeline integrations for these services is a manual, error-prone process. There’s research involved to ensure […]

Article in Bitbucket

Squash commits when merging a Git branch with Bitbucket

Imagine you’re working on a feature. You create a pull request with your changes and get some feedback. You update your pull request by adding another commit that addresses the feedback. Maybe you notice a typo. So you create another commit that fixes the typo. Very soon, your feature branch has a lot going on […]

Article in Bitbucket

Exclude files from the new pull request experience

To improve your code review experience in Bitbucket Cloud, repository administrators now have the ability to exclude files from pull requests using pattern matching.

Article in Bitbucket

After scripts now available for Bitbucket Pipelines

Bitbucket Pipelines now supports the ability to run scripts at the end of a step execution, regardless of whether the step has failed or succeeded, using the after-script keyword.

Article in Bitbucket

Save time with default pull request descriptions

The Description field lets pull request authors set the context for a code review. By default, pull request descriptions automatically populate with a list of commits when there’s more than one commit on the source branch. The list of commits provides a basic description of the author’s changes and provides a basis for creating a more complete […]

Article in Bitbucket

Faster feedback on merges with pull request pipelines

Pull requests make it simple for teams to collaborate on projects, allowing developers to work independently on feature branches and enabling code review to take place when work is complete and ready to be merged. To improve the pull request experience in Bitbucket Cloud you can now configure Bitbucket Pipelines to run when you create […]

Article in Bitbucket

Introducing Bitbucket Cloud branching model support

We want to make your Git development process easier in Bitbucket Cloud and so we’re excited to announce new support for your team’s branching workflow. We heard that branches being named inconsistently was a common problem which resulted in a slower workflow and general confusion. Even when you’ve decided on a naming scheme, there is repeated effort naming branches, […]

Article in Bitbucket

Better release management with JFrog and Bitbucket Pipelines

This article was written with Jainish Shah from JFrog, a company that build tools that handle artifact management and distribution, including Artifactory and Bintray. This blog is one of a series written by companies who attended our recent Bitbucket Cloud Dev Week. My time at Atlassian’s Bitbucket Cloud Dev Week proved to be very fulfilling, and not […]

Article in Bitbucket

The distributed team’s guide to Git mirrors

Gallup’s 2017 State of the American Workplace found the number of employees working remotely reached 43%, up from 39% in 2012. In 2018, finding a company that lacks distributed teams or remote employees feels like an anomaly. If you’ve worked on a distributed team, then you’re familiar with the unique culture and challenges that spring forth. For development teams, […]

Article in Bitbucket

Unearth new repositories and Git v2 improvements in Bitbucket Server 5.13

How much time do you spend every week trying to find things? At home, it’s finding your keys and, at work, it’s finding the root cause of a bug or an old pull requests that introduced the bug. Since we’re not in the business of tracking your keys, Bitbucket Server 5.13 is making it easier to […]

Article in Bitbucket

Rerun your failed pipeline steps

Sometimes, your deployment pipeline can fail due to external factors – for example, from a misconfiguration in your deployment tool or an incorrectly set environment variable. This is a common problem to run into and an easy problem to fix. But after fixing the misconfiguration, you need to rerun the entire pipeline in order to execute the […]