Inside Atlassian

Browse Bitbucket

Replicating Bitbucket Pipelines on your laptop for local debugging

This post was written by Bitbucket user Ayush Sharma. Bitbucket Pipelines is one of my favourite CI/CD tools, and I use it pretty heavily daily. Given the full range of use-cases available for Pipelines, I have to frequently diagnose and debug new issues, and this process of debugging starts with being able to replicate the […]

5 tips to keep your code secure

As the ownership of application security shifts left into developers’ hands, building security into your CI/CD pipeline is increasingly critical…

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.

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

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

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

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

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

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

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

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

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.

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

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

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

The latest in the evolution of smart mirroring.