Tag

Dynamic Pipelines

0 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
May 12, 2025 · Operations

Implementing Dynamic Multi‑Project GitLab CI/CD Pipelines with Artifacts and Dependencies

This article explains how to build dynamic GitLab CI pipelines that can create an arbitrary number of environments, trigger downstream pipelines across multiple projects, and pass artifacts between jobs using strategies like depend, needs, and dependencies to achieve flexible, scalable DevOps workflows.

ArtifactsCI/CDDevOps
0 likes · 10 min read
Implementing Dynamic Multi‑Project GitLab CI/CD Pipelines with Artifacts and Dependencies
DevOps Cloud Academy
DevOps Cloud Academy
Jul 18, 2020 · Operations

Using GitLab Parent‑Child Pipelines and Dynamic Pipeline Generation

This article explains how GitLab’s parent‑child pipeline feature and dynamic pipeline generation can be used to split complex CI/CD workflows, manage monorepos, trigger separate Windows and Linux builds, and automate configuration with Ruby scripts, improving performance and maintainability.

CI/CDDevOpsDynamic Pipelines
0 likes · 7 min read
Using GitLab Parent‑Child Pipelines and Dynamic Pipeline Generation