How I use the Git for-each-ref command for DevOps Search and filter branches and tags for useful information or practical DevOps.
How to set up a CI pipeline on GitLab Continuous integration (CI) means that code changes are built and tested automatically. Here's how I set up a CI pipeline for my C++ project.
Dynamic scheduling of Tekton workloads using Triggers Upgrade your CI/CD pipeline with this Kubernetes-native application.
Write your first CI/CD pipeline in Kubernetes with Tekton Tekton is a Kubernetes-native open source framework for creating continuous integration and continuous delivery (CI/CD) systems.
Solve the repository impedance mismatch in CI/CD Aligning deployment images and descriptors can be difficult, but here are few strategies to streamline the process.
How to get the most out of GitOps right now GitOps is a great starting point to understand what is running in production, but it may need a little more augmentation to get it working just right for your engineering team...