Operations | Monitoring | ITSM | DevOps | Cloud

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

Switching from Jenkins to Bitbucket Pipelines | Bitbucket | Atlassian

This webinar presents the case of a customer who migrated from Bitbucket Data Center and Jenkins to Bitbucket Cloud and Bitbucket Pipelines. The customer migrated approximately 90 repositories and significantly reduced their operating costs. The webinar also briefly introduces the Atlassian migration tool for Jenkins that can convert Jenkinsfiles to bitbucket-pipelines.yml files.

How to Use Synthetic Monitoring in CI/CD Pipelines

CI/CD pipelines are the heartbeat of modern software delivery. They automate builds, run unit tests, package applications, and deploy them to production with a speed that traditional release cycles could never match. For engineering teams under pressure to move fast, pipelines are the mechanism that makes agility possible.

7 ways AI agents are transforming software delivery

For most teams, the slowest part of delivery isn’t writing code, it’s everything that happens after: automated tests, manual reviews, bug fixes, final approvals, and the long wait for deployment. The longer these phases run, the more expensive and painful late fixes become. As AI makes it easier to generate code at scale, those bottlenecks only get bigger.

Anatomy of a Pull Request Generator

Argo CD has built a number of Generators to support various scenarios that developers need when using Argo CD and Kubernetes. In this post, I’ll be discussing the Pull Request Generator. A Pull Request Generator is an Argo CD Application Set deployment type that is configured to “watch” a Git repository for Pull Requests (PRs). Whenever a new PR is submitted that matches the specified filter, Argo CD applies the manifests from the referenced repository and path.

Code coverage standards for a Next.js project using CircleCI and Coveralls

An essential part of software development, testing helps catch bugs and errors early, improves software quality, and ultimately prevents costly issues from being deployed to production. The effectiveness of software testing will remain uncertain until it can be measured and that is where code coverage comes in. Code coverage is a metric that tells developers what portion of their codebase is executed when specific tests are run.

Why Jenkins might cost you 10x more than Bitbucket Pipelines

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 Jenkins are cheap or free, and hosting Jenkins on an AWS EC2 instance is often cheaper per minute than SaaS CI/CD services like Bitbucket Pipelines. Both reasons are true, but they’re also a trap.

JFrog and ServiceNow: Accelerate Trusted Software Application Development

Today’s software organizations can’t make tradeoffs between speed and trust – you need both to succeed. But juggling them is tough. Moving too fast can lead to security vulnerabilities and compliance issues, while moving too slow means your competitors beat you to market. This tension creates friction that slows down every release, a problem that is rooted in your software pipeline.

AI-powered email automation with CI/CD pipelines

Email automation allows you to send emails automatically based on certain triggers or schedules, so you don’t have to click the Send button every time. This includes things like welcome messages, drip campaigns, and regular newsletters. In this tutorial, you will create a simple system that automatically welcomes new subscribers and sends them updates about technology, all with the help of AI.

Deploying a multimodal RAG application with Gemma 3 and CircleCI on GKE

Retrieval-Augmented Generation (RAG) has transformed how applications interact with Large Language Models (LLMs). RAGs ground LLM responses in external knowledge, improves accuracy, and reduces hallucinations. But traditional RAG systems have a significant limitation: they only process text. Multimodal RAG addresses this limitation by processing and understanding multiple data types (text, images, and potentially audio).

Build an automated ETL pipeline for cryptocurrency data with CircleCI

To stay ahead in the crypto world, you need latest information about cryptocurrencies. With so many coins out there and prices changing all the time, knowing which ones are doing the best gives you a quick snapshot of what’s hot right now. Whether you’re investing, just curious, or trying to understand the market better, this information makes it easier to spot trends and make smarter decisions.