I have to setup almost the same pipeline for 30+ repositories in gitlab. The problem is that I can not find any possibility in gitlab that will let me to setup one pipeline using YAML and reuse it in all other repos with providing additional params.
As a sample, if I do it via Jenkins it is pretty straightforward, but unfortunately I'm not allowed to use anything apart from gitlab ci/cd.
Any ideas about generic pipelines in GitLab?