Inside Atlassian

This page is no longer in use.

pipelines

Article in Bitbucket

Introducing the “retry” step failure strategy for Bitbucket Pipelines

Overview Recently we introduced support for Failure Strategies, which allows developers to implement more powerful logic and control flow into their workflows. Today, we are excited to announce a new step failure strategy, retry, which can auto-retry your failed steps without requiring any input from the user. No matter what happens to your step, whether […]

Article in Bitbucket

Easily share data between steps in Bitbucket Pipelines

We’re excited to announce the release of a new feature in Bitbucket Pipelines designed to make it easier for you to share variables between steps within your workflows. Overview This feature allows you to define environment variables in one step and make them accessible in subsequent steps within the same pipeline. Previously, sharing variables between […]

Article in Developers

Introducing step failure strategies in Bitbucket Pipelines

We are excited to introduce a new capability in Bitbucket Pipelines – Step Failure Strategies. This is the first of a set of new features allowing developers to implement more comprehensive logic and control-flow inside their CI/CD pipelines. Failure Strategies are designed to give you explicit control over how your pipeline behaves in the event […]

Article in Developers

Quickly diagnose issues by viewing previous Pipeline runs

We are excited to announce the release of a new capability in Bitbucket Pipelines that will improve your experience diagnosing issues with your pipeline runs, by allowing you to view and access previous runs within the Pipelines UI. Why It Matters The ability to view previous pipeline runs provides valuable insights into the history of […]