Gitlab CI/CD Monorepo with automatic Pipeline generator
May 29, 2022
In this article, I will explain the way how to use a dynamic pipeline generator for the Monorepo if developers will create a new microservice. Gitlab CI pipeline must be triggered only to changes on the microservice folder. Pipelines for the newly created microservices must be created automatically and nobody must think each time about this.
The topology of how the flow works looks like the following:
All code files used in this structure can be downloaded from this GitHub repository.
In the video, I am showing all the flow and how it works.
I hope it will be useful.