What are the GitLab CI/CD environment variables?

Please anyone tell me what are the GitLab CI/CD environment variables.

3 Likes

Env variables are dynamic-named values that can be used to make CI/CD pipelines completely dynamic and parameterized. In general it’s always the best practice to keep removing hard coded values and use environment variables to make the jobs portable and provider agnostic.

Tutorial on Gitlab CICD environment variables

1 Like