Inside Atlassian

This page is no longer in use.

bitbucket cloud

Article in Bitbucket

Take control with branch permissions in Bitbucket Cloud

Branch permissions are a great way to balance giving your team the freedom to get work done while enforcing workflows and preventing unwanted changes or deletions being made to your codebase. Bitbucket Cloud makes it easy to control which users and groups can write to or merge a branch, prevent users from force-pushing or deleting […]

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

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

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

Article in Bitbucket

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

Article in Bitbucket

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