Operations | Monitoring | ITSM | DevOps | Cloud

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

Tracking Azure SQL changes with Azure Functions and CI/CD automation

Imagine being able to automatically detect when a high-value order is placed, then log it and notify your sales team – without manually accessing your app code. Azure SQL Trigger Functions make this possible. By automating the response to database changes as they happen, you can streamline operations, sync data, and power workflows in near real-time. Azure SQL Triggers, especially when combined with serverless functions, offers a powerful, low-maintenance way to respond to real-time data changes.

Getting started with Cursor and CircleCI: Adding AI to CI/CD workflows

AI coding assistants have transformed how developers write and debug code. But there’s a gap: these assistants often can’t see what’s happening in your CI/CD pipelines. When a build fails, you’re still stuck switching tabs, hunting through logs, and copying error messages back into your editor. What if your AI assistant could talk directly to CircleCI? In this tutorial, you’ll learn how to connect Cursor, an AI-powered code editor, to CircleCI using the CircleCI MCP server.

Level Up Your Container Security: Introducing the JFrog Kubelet Credential Provider

Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed, compliant Kubernetes service that simplifies running, managing, and scaling containerized applications. EKS automatically handles the availability and scalability of the Kubernetes control plane, allowing teams of any size or skill level to focus on building and deploying production-ready applications across diverse environments, including AWS, on-premises, and at the edge.

CI/CD for Cloudflare Pages using CircleCI and Wrangler

When building static websites with tools like Next.js, getting your content live should be just as seamless as writing it. But in practice, deployment can quickly become a manual chore, especially when testing, caching, and previews are involved. That’s why this guide shows you how to set up a CI/CD pipeline with CircleCI, Cloudflare Pages, and Wrangler. You will use the pipeline to deploy a static Next.js site only when your tests pass.

Simplify container management with Bitbucket Packages (now GA)

We’re excited to announce the general availability (GA) of Bitbucket Packages, a native container registry built into Bitbucket Cloud. With this launch, you can now manage your source code, CI/CD pipelines, and now, container images all within Bitbucket. This means less context switching, simplified permission management, and a more cost-effective way for your team to manage container artifacts.

Bitbucket's new look: user experience and navigation updates coming soon

We’re giving Bitbucket a fresh new look and more streamlined navigation as part of Atlassian’s broader visual system journey. Teams and workflows have improved, and Bitbucket is changing with them. Our goal is to make it faster to find your work, clearer to understand what’s happening, and more enjoyable to use every day—without disrupting what you already know and love. This update aligns Bitbucket with Atlassian’s modern, unified design, and will launch in early 2026.

Reliability at Scale: A Conversation with DevOps Leader Ivan Battimiello

For more than a decade, Ivan Battimiello has been building and scaling distributed engineering systems across Europe and the United States. With experience ranging from game development to full-stack engineering and DevOps leadership, he has led operational transformations for global teams, implemented modern reliability frameworks, and introduced advanced automation practices that dramatically reduced system failures.

Get 97% faster feedback with Smarter Testing by CircleCI

Fast feedback is the foundation of software delivery at scale. Long build and test cycles break developer focus, turning simple changes into momentum-killing pauses. Studies show that recovering from these interruptions can take twenty minutes or longer. Multiply that by dozens of commits per day and context‑switching time quickly turns into days of lost productivity.
Sponsored Post

End-to-End Testing for Microservices: A 2025 Guide

End-to-end testing has always been a double-edged sword - even more so in the world of microservices. On one hand, E2E tests are critical for validating that all services work together seamlessly in real user flows. On the other hand, many experts warn that heavy reliance on end-to-end testing in a microservices architecture can create a "distributed monolith," slowing down deployments and undermining the very agility microservices promise. There's truth to that: if done poorly, E2E tests can become brittle, flaky, and a bottleneck that reduces your deployment frequency.

Instrument Jenkins With OpenTelemetry

You can instrument Jenkins with OpenTelemetry using the official plugin and an OpenTelemetry Collector, then send the data to a backend like Last9 to understand where pipeline latency and failures actually originate. Jenkins provides job status and console logs, but it doesn't show how time is distributed across stages, agents, plugins, and external systems. OpenTelemetry fills that gap by emitting traces, metrics, and logs in a standard format that any OTLP-compatible backend can process.