Environment Variables

These variables are implicitly defined by GitLab. They are variables that are dependent upon the context within which the script executes. You do not need to set the values for these as they are set by GitLab. They are:

  1. CI_PROJECT_URL ``This identifies the address of the project which contains this script and on whose behalf the workflow will be executed.

  2. CI_COMMIT_BRANCH ``This identifies the specific branch within the above-named project to be analyzed.

  3. CI_PROJECT_ID ``The unique project identifier for the project.

Last updated