Search Articles — Sudonull

Search Results

In this project

Hybrid code search in GitLab across 100+ projects

https://sudonull.com/hybrid-code-search-in-gitlab-across-100-projects

Speed up string search in GitLab: API for code, deep scan for YAML/JSON/env. python-gitlab script reduces time from hours to minutes. Code and instructions for middle/senior dev.

DNS Docker in GitLab CI: MAX notifications fix

https://sudonull.com/dns-docker-in-gitlab-ci-max-notifications-fix

Case breakdown: why MAX notifications weren't reaching from GitLab CI. DNS in Docker, curl debugging, config.toml fix. Script template for middle/senior dev.

AI agent for analyzing CI/CD failures in n8n

https://sudonull.com/ai-agent-for-analyzing-ci-cd-failures-in-n8n

Set up an AI assistant to analyze failed GitLab pipelines. Logs, MCP tools, reports in Slack. Speed up DevOps without routine. Implementation guide.

AI agents for QA: 11 pipeline skills

https://sudonull.com/ai-agents-for-qa-11-pipeline-skills

Multi-agent system automates 80% QA: from requirements decomposition to autotests in GitLab. Architecture, skills, integrations for middle/senior QA. Study the implementation on Claude Code Skills.

Rust WASM: Porting CLI to Browser

https://sudonull.com/rust-wasm-porting-cli-to-browser

Learn how to port a console application on Rust to WebAssembly and deploy on GitLab Pages. Step-by-step code breakdown, CI, and terminal UI. Ideal for middle/senior dev.

From the web

Jul 23, 2025 ·

https://www.geeksforgeeks.org/git/how-to-configure-gitlab-runners/

Jul 23, 2025 · In this article, we will guide you through the process of configuring GitLab Runners to suit your project’s needs. What is a GitLab Runner ? A GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline.

Jan 15, 2026 ·

https://blog.devops.dev/gitlab-runners-in-simple-terms-how-gitlab-ci-cd-actually-works-78f91fcc6902

Jan 15, 2026 · What Exactly Is a GitLab Runner ? A GitLab Runner is a small program, installed on a machine (VM, server, container, or Kubernetes) that connects to GitLab , waits for CI/CD jobs, and executes commands step by step.

May 31, 2024 ·

https://www.baeldung.com/ops/gitlab-runner-guide

May 31, 2024 · In this article, we’ve explored the power and flexibility of GitLab Runner and how it can revolutionize a CI/CD pipeline from installation and configuration to running jobs with GitLab Runner .

Aug 18, 2024 ·

https://virtualizare.net/devops/how-do-gitlab-runners-work.html

Aug 18, 2024 · GitLab Runners are essential tools for automating tasks in a CI/CD pipeline . They help in building, testing, and deploying code efficiently. This guide will walk you through the steps to set up, configure, and optimize GitLab Runners for your projects.

Trending Now