Running a gitlab-ci job when a file exists
I’m trying to configure gitlab-ci to run two jobs depending on the presence of a Dockerfile using the exists directive.
is it possible to run a ci/cd pipeline of a project after merge from approved merge request while using merge request predefined variables
I will explain my problem with a scenario to make it understandable.
What I have:
Complex rules in gitlab-ci jobs
I have a pipeline in gitlab-ci (for a python repo), and I try to manage my cases and conditions for the different jobs with as less code duplication as possible.