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:
CI_PROJECT_URL
This identifies the address of the project which contains this script and on whose behalf the workflow will be executed.CI_COMMIT_BRANCH
This identifies the specific branch within the above-named project to be analyzed.CI_PROJECT_ID
The unique project identifier for the project.
Last updated