Is it possible, to dynamically change project with environment variable?
Something like:
include:
- project: $STAGE_PROJECT_PATH
file: '/job.yml'
Is it possible, to dynamically change project with environment variable?
Something like:
include:
- project: $STAGE_PROJECT_PATH
file: '/job.yml'
If you're using GitLab 13.8 and above you should be able to use variables in the include section of your .gitlab-ci.yml. Refer to the documentation for examples: