Inside Atlassian

Browse Bitbucket

Article in Bitbucket

Ushering in a new phase of code management and enterprise scale

Built based on some of your top requests, Bitbucket 7.0 delivers our best experience to date.

Article in Bitbucket

Cloning another Bitbucket repository in Bitbucket Pipelines

This post was written by Bitbucket user Ayush Sharma.  I recently had a use-case where I wanted to clone another Bitbucket repository during a Pipelines execution. Doing this is very simple, but there is a lot of conflicting information online, so I thought I would document the steps here. Imagine a very simple Pipeline that […]

Article in Bitbucket

Disabling clones in pipelines steps

Bitbucket Pipelines executes a git clone of your repository before every step in your pipeline. This behavior is common as it lets you build your code or run your tests, however there are cases you might not need it. For example, you might have a deployment step that deploys a previously built artifact – performing […]

Article in Bitbucket

Infrastructure as Code with Pipelines and AWS CloudFormation

This post was written by Oleksandr Kyrdan, a Developer at SoftServe. Infrastructure as Code (IaC) gives teams the ability to manage their infrastructure using configuration or definition files. It operates similar to the way source code does, taking advantage of versioning and, when executed, results in the same infrastructure generated every time. IaC helps solve […]

Article in Bitbucket

Automate publishing your Android application with Bitbucket Pipelines and Gradle

This post was written by Alexander Zhukov, a Senior Software Engineer at SoftServe. Setting up CI/CD for your Android app lets you automate much of your development process, resulting in higher velocity development with less bugs and defects, and new features getting into the hands of your customers faster. Bitbucket Pipelines can be used to […]

Article in Bitbucket

Continuous Delivery for Django projects with Bitbucket Pipelines and Ansible

This post was written by Bitbucket user Augusto Destrero Introduction Ansible is a powerful tool for the automation of your server administration. It can be used to install and configure the software needed for your application and also to deploy a new version of your application and make the required steps to make it available. […]

Article in Bitbucket

Introducing redeployments for Bitbucket Pipelines

The ability to roll back a failed release is critical for teams practicing continuous delivery. It reduces the mean time to recovery and minimizes the impact outages or degraded performance can have on users. Where it was previously a time consuming process to roll back a failed release in Bitbucket Pipelines, today we’re proud to […]

Article in Bitbucket

Build flexible CI/CD pipelines with custom Pipes

Built to support any workflow or tool that you use, Bitbucket Pipes makes it easy to build and automate a CI/CD pipeline that meets your exact needs. With over supported 50 pipes available that let you test, deploy, scan, or manage artifacts with many of the industry’s leading vendors, it’s trivial to set up the […]

Article in Bitbucket

Self-protection capabilities for Jira Software, Jira Service Management, Bitbucket, and Confluence Data Center

Don’t let a few bad apples ruin it for everyone.

Article in Bitbucket

5 advanced admin controls in Bitbucket Cloud

There’s no magic recipe for great team collaboration, but if we had to boil it down, it’d come down to visibility and organization. Teams work best when each individual has the flexibility to do their job their own way while sharing a set of common goals and protocols. But when it comes to real-life workflows, […]

Article in Bitbucket

Ship faster with Jira Software and Bitbucket in VS Code

We created a better developer experience by bringing Jira Software and Bitbucket features into an Visual Studio Code.

Article in Bitbucket

Automating Amazon Elastic Container (ECR) container builds using Bitbucket Pipelines

This post was written by Bitbucket user Ayush Sharma.  Bitbucket Pipelines has fascinated me for several weeks now. I’ve already explored using it for Serverless deployments, and I recently spent some time exploring it for container deployments. In this post, we continue our exploration further. The plan is to build a container and push it to […]

Article in Bitbucket

Keep your dependencies up-to-date with Snyk auto upgrade for Bitbucket Cloud

This article was written by Sarah Conway from Snyk, a company that helps organizations find and fix vulnerabilities in open source dependencies and container images. Keeping your dependencies up to date has a lot of value – it solves bugs, supports new features and fixes security vulnerabilities. Ideally updating libraries should be an easy and […]

Article in Bitbucket

How to scale CI/CD and improve geo-performance in Bitbucket Data Center

The latest in the evolution of smart mirroring.

Article in Bitbucket

How to update build status for commits on Bitbucket Server

This guest post is by Vidhyadharan Deivamani, a Senior Engineering Specialist at Software AG. Introduction Working on a successfully committed revision always saves a great deal of your time and effort. In this article, we will see how to update build status of a specific commit in Bitbucket Server to let other users pick the […]