Automate GitLab Runner Registration and Unregistration
The article discusses automating GitLab Runner registration and unregistration using a custom Bash script that interacts with the GitLab REST…
Tips & Tricks for Smoother Ops
The article discusses automating GitLab Runner registration and unregistration using a custom Bash script that interacts with the GitLab REST…
The article discusses configuring and managing GitLab CI Runners, emphasizing the benefits of using dedicated runners for efficiency and resource…
This blog post demonstrates automating the setup of GitLab (CE or EE) using Puppet. It details the prerequisites, how to…
Code review is crucial in software development for early error detection, enhancing security. This blog focuses on utilizing SonarQube with…
This blog post details how to automate the building and publishing of custom Docker images to a GitLab Container Registry…
The article discusses 20 strategies to optimize GitLab CI/CD pipelines, reducing runtime significantly, enhancing efficiency, and improving developer experience.
This guide outlines how to trigger a GitLab CI/CD pipeline immediately after a merge request approval using a Webhook and…
The GitLab Package Registry allows publishing and sharing packages. This guide outlines steps for publishing a PHP project as a…