Author

[guest author fields > title]

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

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

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

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

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