Difference between revisions of "GitLab CI/CD variables"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 6: Line 6:
 
* Protected, masked<ref>https://about.gitlab.com/releases/2019/04/22/gitlab-11-10-released/#simple-masking-of-protected-variables-in-logs</ref> ([[GitLab 11.10]], 2019). https://docs.gitlab.com/ee/ci/variables/
 
* Protected, masked<ref>https://about.gitlab.com/releases/2019/04/22/gitlab-11-10-released/#simple-masking-of-protected-variables-in-logs</ref> ([[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
  
  

Revision as of 10:27, 27 September 2022

Advertising: