GitLab CI/CD variables
Jump to navigation
Jump to search
↑ https://about.gitlab.com/releases/2019/04/22/gitlab-11-10-released/#simple-masking-of-protected-variables-in-logs
↑ https://www.shellhacks.com/gitlab-ci-cd-print-all-environment-variables/
TOMERGE: GitLab CI: variables:
- Protected, masked[1] (GitLab 11.10, 2019). https://docs.gitlab.com/ee/ci/variables/
print-all-env-vars-job:
stage: debug
script:
- echo "GitLab CI/CD | Print all environment variables"
- env
Activities[edit]
- Review predefined variables: https://docs.gitlab.com/ee/ci/variables/predefined_variables.html and self defined variables https://docs.gitlab.com/ee/ci/variables/README.html#creating-a-custom-environment-variable in
gitlab-ci.ymlor inSettings > CI/CD > Variablesin your project
Related[edit]
- GitLab environment variables
- GitLab project members permissions
- GitHub Actions variables, GitHub Actions contexts
See also[edit]
- GitLab CI, variables, templates, executors,
.gitlab-ci.yml, .gitlab/, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog,ContainersNotReady, GitLab environments,CI_JOB_TOKEN, artifacts:
Advertising: