Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Continuous Integration and Development, and related technologies.

Introducing: Final Steps in Bitbucket Pipelines

If you’ve ever run a pipeline, you’ve certainly encountered the following situation: The pipeline fails halfway through, and the cleanup script you needed at the end to tear down test infrastructure or archive the logs never gets to run. Until now, there was no built-in way in Bitbucket Pipelines to guarantee that a step always executes at the end of your pipeline, regardless of what happened before it. Today, we’re fixing that.

npm axios attack - What happened and how to protect your supply chain

100M+ weekly downloads. One compromised maintainer account. A remote access trojan in two active release branches. This is a 30-minute breakdown of the Axios npm supply chain attack – how it happened, why it was hard to detect, and what any engineering team can do right now to reduce exposure. Nigel Douglas, Head of Developer Relations at Cloudsmith, is joined by Jenn Gile, co-founder of Open Source Malware, a community-driven threat intelligence platform focused on malicious open source packages.

The pipeline that never reached production | Harness Blog

Modern CI/CD platforms allow engineering teams to ship software faster than ever before. Pipelines complete in minutes. Deployments that once required carefully coordinated release windows now happen dozens of times per day. Platform engineering teams have succeeded in giving developers unprecedented autonomy, enabling them to build, test, and deploy their services with remarkable speed. Yet in highly regulated environments-especially in the financial services sector-speed alone cannot be the objective.

Ending the Chaos of CLI Version Drift: Introducing the JFrog CLI Control Manager

In a large-scale DevOps environment, small discrepancies lead to massive headaches. You’ve likely experienced it: a script runs perfectly on a developer’s laptop but fails in the production pipeline. You spend hours hunting for the cause, only to discover a mismatch in CLI versions. At JFrog, we know the JFrog CLI is vital to your automation, but managing it manually across thousands of users and pipelines is a hurdle that slows you down.

Cost Awareness in CI/CD Pipelines: A FinOps Guide | Harness Blog

This guide walks through practical ways to embed cost awareness directly into CI/CD workflows so development teams can make cost-informed decisions before deployment. You’ll learn how to implement automated cost feedback loops, introduce pipeline budget guardrails, and use Harness Cloud Cost Management to align DevOps velocity with FinOps accountability.

It's Time to Rethink Untrusted Code in Your Pipeline | Harness Blog

The catastrophic TeamPCP exploit in March 2026 demonstrated that "open execution" models, in which third-party code runs with full privileges, have made CI/CD pipelines a primary target for global credential harvesting. There are better architectures. On March 19th, the risks of running open execution pipelines — where what code runs in your CI/CD environment is largely uncontrolled — went from theoretical to catastrophic.

Claude Livecaster Is Now Open Source, Plus a Two-Voice Broadcast Mode | CircleCI Loop Lab

Claude Livecaster is now public on CircleCI Research. In this update, Ryan Hamilton walks through the newly open-sourced repo, seven built-in simulation scenarios, and a new two-voice broadcast format featuring an anchor and a field correspondent narrating the action together. The demo scenario: Pipeline Wars, six CI pipelines racing across three providers, with Claude providing live color commentary on every Docker build failure, OOM kill, and production rollout.