Author

Edmund Munday

Article in Bitbucket bitbucket cloud
Why Jenkins might cost you 10x more than Bitbucket Pipelines

And slowing down your developers and your pace of innovation in the process Any company still running their own CI/CD, such as Jenkins, is paying a price. The question is which one: Each of these is extremely costly, and yet many software teams still host and run their own CI/CD for two reasons: tools like […]

Article in Bitbucket bitbucket cloud
Unlocking insights: Introducing Step Metrics for Bitbucket Pipelines

We’re excited to announce step metrics – a new capability coming to Bitbucket Pipelines to help you better manage and optimise your CI/CD workflows. Ever wondered what’s happening under the hood during your pipeline runs? Step metrics provide a window into the resource usage of your build and service containers. More specifically, step metrics let […]

Article in Bitbucket bitbucket cloud
Introducing parent/child pipelines

We’re excited to announce the launch of parent/child pipelines for Bitbucket Pipelines. This powerful new capability lets you define a step within a pipeline that triggers and encapsulates a whole other pipeline, which can help to streamline more complex workflows into modular pieces and achieve greater parallelism within your pipeline. As teams and codebases grow, […]

Article in Bitbucket bitbucket cloud
Evolving deployments in Bitbucket Pipelines: Concurrency Groups and Environments

We’re excited to announce that Bitbucket Cloud is introducing two powerful new features in Bitbucket Pipelines: Concurrency Groups and Environments. These enhancements are part of a broader initiative to make the Deployments functionality more flexible and user-friendly by breaking down its current monolithic structure into smaller, more granular capabilities that you can control directly. Background […]

Article in Bitbucket bitbucket cloud
Enhancements to Bitbucket Pipelines step conditions

Not every file change in our repository requires running a pipeline. For changes to files, such as README, .gitignore, and CODEOWNERS, you may not want to run 30-minute browser tests or full deployment pipelines. To allow you to skip steps for low-impact file changes and eventually make your pipelines run faster, we are introducing a […]

Article in Bitbucket bitbucket cloud
Introducing Runtime v3 – Multi-arch images and more control over Docker

Historically, when using the Pipelines Docker service, the step would automatically have the Docker CLI executable mounted into the build container. While this approach was initially convenient and helped onboard new customers, it limited flexibility in several areas. For example, customers couldn’t easily use the latest docker buildx features because the CLI version was pinned. […]

Article in Bitbucket bitbucket cloud
Use variables in any part of your Pipelines .yaml

In the past, variables in Bitbucket Pipelines were scoped to only operate within script sections of a Pipelines workflow. This limited their usefulness and restricted users from being able to fully parameterize their workflows. Today we are releasing an enhancement that will allow variables to be used within any section of a Pipelines .yaml file, […]

Article in Bitbucket bitbucket cloud
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 bitbucket cloud
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 Bitbucket bitbucket cloud
Announcing ARM builds in cloud for Bitbucket Pipelines

We are excited to announce the release of ARM builds in the Pipelines cloud runtime. Our release of Linux based ARM runners in cloud allows you to build and deploy software for ARM-based systems with all the benefits of our fully managed CI/CD platform. To use the new cloud ARM runners in your pipeline, make […]

Article in Bitbucket bitbucket cloud
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 Bitbucket bitbucket cloud
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 […]

Article in Bitbucket bitbucket
Upcoming Changes to Pipelines Log Retention Policy

Bitbucket Pipelines is making changes to the way we manage build logs to create a more predictable and standardised set of policies for managing customer generated data. As part of these changes, we’re standardising and clarifying our log retention policies to ensure they are clear to customers and aligned with industry standards. What’s changing? Starting […]

Article in Bitbucket api
Introducing Scaled Rate Limits for Bitbucket Cloud API

We’re excited to announce a significant improvement to our API rate limits for Bitbucket Cloud. This new feature will provide more flexibility and capacity for our Standard and Premium customers, especially those with larger teams. What’s Changing? How Do Scaled Rate Limits Work? The new scaled rate limits are based on your workspace’s paid user […]

Article in Bitbucket cloud
Migrating Pipelines 1/2x steps to our new CI/CD runtime

New Pipelines Runtime Back in June we announced the release of our new CI/CD runtime for Bitbucket Pipelines, bringing with in new capabilities for customers and providing up to 8x faster CI/CD builds. The release of our new CI/CD runtime enabled customers to access the new 4/8x sizes for their builds, providing up to 16 […]

1Next Page »