Operations | Monitoring | ITSM | DevOps | Cloud

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

Unit Testing in CI/CD: How to Accelerate Builds Without Sacrificing Quality | Harness Blog

Smart test selection, parallel test runs, and intelligent caching can all speed up builds without sacrificing code quality. Fast, focused, and separate unit tests are very important for quick development. They give you feedback right away and make it easier to refactor with confidence. Unit tests are a quick and cheap way to find logic errors, but they can't check how different parts work together. For full coverage, use them with integration tests and end-to-end tests.

3 Tips for a Smoother Software Deployment Process

Just because software releases have become more frequent doesn't necessarily mean they're always smooth. Many teams can push changes on schedule and still lose time to noisy pipelines, brittle handoffs, and production checks that start only after users complain. The result is work that feels fast until it gets slowed down by issues.

Automating Infrastructure as Code changes with an AI agent

The infrastructure management landscape is undergoing a fundamental transformation. Infrastructure as Code has already revolutionized how we provision and manage cloud resources by treating infrastructure as software. The next evolutionary step involves intelligent automation that can understand, adapt, and optimize these configurations independently.

[Open beta] Introducing Tests in Bitbucket Pipelines

If you’ve ever watched a pull request sit for hours because of a flaky test, you know how quickly test suites can turn from safety net into bottleneck. As teams grow, test suites tend to grow even faster because every new feature, bug fix, and regression adds more tests, while old or redundant tests are rarely cleaned up, so over time you end up running far more tests than are strictly needed for reliable feedback.

Boost your test coverage with CircleCI Chunk AI agent

Test coverage is one of those metrics everyone agrees matters until it’s time to actually write the tests. Between shipping features, fixing bugs, and handling production issues, writing comprehensive tests for edge cases and error paths often falls to the bottom of the backlog. The result is coverage gaps that accumulate technical debt and leave your codebase vulnerable to regressions. As AI-powered development tools reshape how we write code, the volume and velocity of changes is accelerating.

Fix bugs faster with CircleCI's Chunk AI agent

Bugs hide in plain sight. A date validator that rejects February 29th on leap years. An edge case that slips through code review. A flaky test that passes locally but fails in CI. These issues erode trust in your codebase and waste hours of debugging time. In the era of AI-assisted development, code is being written faster than ever. But speed creates risk.

Optimize your CI/CD pipeline with CircleCI Chunk AI agent

A slow CI/CD pipeline costs more than just time. Developers context-switch while waiting for builds, feedback loops stretch longer, and compute costs add up with every inefficient run. Most teams know their pipelines could be faster, but optimizing configurations requires deep knowledge of caching strategies, parallelism, and resource allocation. The challenge compounds with AI-assisted development. As AI coding assistants help teams ship code faster, pipelines run more frequently.

Refactor your codebase with CircleCI Chunk AI agent

d function there, and before long you’re navigating a codebase full of inconsistent patterns, repeated logic, and code that’s harder to maintain than it should be. Refactoring is essential, but finding the time to clean up code while shipping features is a constant challenge. The rise of AI-assisted development has accelerated this tension. AI coding assistants help teams ship features faster, but they don’t always produce consistent code.

A cleaner, customizable Bitbucket navigation is here

Last month we shared that a new navigation system is coming to Bitbucket, and we know many of you have been eager to see what it looks like. Today, we’re happy to share that the new navigation is available for to all Bitbucket users. This article covers what’s changing in Bitbucket, when it’s happening, and how you can share feedback with us.