Gitlab child pipeline variables

Learn
Jul 29, 2022

--

When you add a new variable to a gitlab pipeline, look at all the jobs in other pipelines that trigger this pipeline, and make sure that you pass the new variable through with a default value of empty string/as appropriate to avoid circular dependency failures for all the pipeline executions that trigger your pipeline as a child pipeline without having passed in a value for the variable.

--

--

Learn
Learn

Written by Learn

On a continuing learning journey..

No responses yet