Difference between revisions of "GitLab CI/CD variables"

From wikieduonline
Jump to navigation Jump to search
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/
  
https://www.shellhacks.com/gitlab-ci-cd-print-all-environment-variables/
 
 
  print-all-env-vars-job:
 
  print-all-env-vars-job:
 
   stage: debug
 
   stage: debug
Line 12: Line 11:
 
     - echo "GitLab CI/CD | Print all environment variables"
 
     - echo "GitLab CI/CD | Print all environment variables"
 
     - env
 
     - env
 
+
<ref>https://www.shellhacks.com/gitlab-ci-cd-print-all-environment-variables/</ref>
  
 
== Activities ==
 
== Activities ==

Revision as of 10:28, 27 September 2022

Advertising: