GitLab CI and Distributed Builds
How to build more reusable CI/CD templates

How to build more reusable CI/CD templates

5/1/2023 · Dov Hershkovitch

What this post added

Introduced input parameters for CI/CD templates, allowing explicit definition of mandatory/optional inputs with default values and full CI/CD interpolation support. This enhances template reusability and isolation by preventing variable scope conflicts with upstream includes. This is a precursor to CI/CD components and a component catalog.

Read the original post ↗