Operations | Monitoring | ITSM | DevOps | Cloud

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.

Validating OS-compatibility for locally-run LLMs using Ollama with CI/CD matrix workflows

Large Language Models (LLMs) are becoming increasingly accessible, with regular adoption of open-source models and the growing ecosystem of tools for running them locally. Compact versions are now able to run on consumer-grade hardware, so developers are using LLMs on personal devices like Linux workstations, macOS laptops, or even Windows machines. As this trend grows, so does the need to ensure that your LLM-powered applications run reliably across all major operating systems.

Understanding Playwright test hooks in the CI context (JavaScript) - A complete tutorial

All applications need some form of testing, whether frontend, backend, stress testing, or any other. Playwright can help. Playwright is an end-to-end testing framework for web applications, supporting cross-browser testing (Chromium, Firefox, WebKit) from a single API. Its built-in test runner (Playwright Test) provides hook functions to manage set-up and tear-down logic around your tests.

How to Integrate SIGNL4 with Microsoft Sentinel | Step-by-Step Setup Guide

Take your incident response to the next level by integrating SIGNL4 with Microsoft Sentinel. In this step-by-step tutorial, we’ll show you how to connect SIGNL4 to your Sentinel environment to ensure real-time mobile alerting, on-call escalation, and faster response times for critical security events.

Custom timeframes are here!

In the realm of data and observability, timing is everything. Until now, SquaredUp provided fixed time options like the last hour, 12 hours, 24 hours, last week, and this month. While these options served many users well, we recognized that they lacked the flexibility you needed. Whether you're tracking long-term performance, comparing trends, or looking into specific events, we know these preset options could sometimes feel limiting.

Insights to keep AI applications reliable

AI has become a massive investment for companies. Engineering teams across industries are integrating AI into their products, whether it’s through homegrown, self-managed models or third-party model integrations. But no matter how much AI shifts the user experience, it’s still an application, which means your engineering team still needs to operate it and keep it reliable. At the same time, AI applications add complexity and complications that require a shift in your approach.

Watch RITA (Resolve IT Agent) fix VPN issues in seconds! #itautomation #ai #agenticai

Say goodbye to ticket chaos. Meet RITA. RITA (Resolve IT Agent) is your intelligent frontline assistant—built to deflect L1 tickets, resolve routine requests instantly, and slash MTTR across the board. In this live demo clip, watch Derek Pascarella, our Global Director of Sales Engineering, show how RITA fixes VPN issues in seconds—no human handoff, no ticket backlog. Ready to fast-track your journey to Zero Ticket IT? This is where it starts.

Farewell, Cherwell: Celebrations, Migrations, and Considerations

As Cherwell approaches end of life, IT service management (ITSM) teams are facing major decisions about what’s next. In this episode, SolarWinds host Sean Sebring sits down with Matt Neigh, a former Cherwell executive, and Michael Clark, a SolarWinds Solutions Engineer and former Cherwell admin, to reflect on Cherwell’s legacy, explore migration best practices, and discuss what to look for in a modern ITSM platform.

Structured Logging in NextJS with OpenTelemetry

Traces tell you what happened and when. Logs tell you why. When something breaks, logs are often your first clue—and if they’re correlated with traces, they can cut debugging time down from hours to minutes. In this section, we’ll wire up end-to-end structured logging across both server and browser environments in your Next.js app, complete with trace correlation and SigNoz integration.