Difference between revisions of "GitLab CI keyword reference"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* <code>job:</code> https://docs.gitlab.com/ee/ci/yaml/#stages * <code>stages:</code> <code>.pre -> build -> test -> deploy -> .post</c...")
 
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
https://docs.gitlab.com/ee/ci/yaml/
 +
 
* <code>[[job:]]</code>
 
* <code>[[job:]]</code>
  
Line 8: Line 10:
 
https://docs.gitlab.com/ee/ci/yaml/
 
https://docs.gitlab.com/ee/ci/yaml/
 
* <code>script</code> https://docs.gitlab.com/ee/ci/yaml/#script
 
* <code>script</code> https://docs.gitlab.com/ee/ci/yaml/#script
* <code>before_script</code>
+
* <code>[[before_script]]</code>
* <code>after_script</code>
+
* <code>[[after_script]]</code>
 
* <code>stage</code> https://docs.gitlab.com/ee/ci/yaml/#stage
 
* <code>stage</code> https://docs.gitlab.com/ee/ci/yaml/#stage
 
* <code>[[tags]]</code> https://docs.gitlab.com/ee/ci/yaml/#tags
 
* <code>[[tags]]</code> https://docs.gitlab.com/ee/ci/yaml/#tags
Line 22: Line 24:
  
 
* <code>[[secrets:]]</code> https://docs.gitlab.com/ee/ci/yaml/#secrets
 
* <code>[[secrets:]]</code> https://docs.gitlab.com/ee/ci/yaml/#secrets
 +
* <code>[[GitLab CI: variables:|variables:]]</code> https://docs.gitlab.com/ee/ci/yaml/#variables
 +
 +
 +
<code>[[except:]]</code>
 +
<code>[[only:]]</code>
  
 +
[[coverage:]]
  
 +
[[GitLab, cache:]]
  
 +
== Related ==
 +
* [[GitLab CI/CD predefined variables]]
 +
 +
== See also ==
 +
* {{gitlab-ci.yml}}
 
* {{GitLab CI}}
 
* {{GitLab CI}}
 +
 +
[[Category:GitLab]]

Latest revision as of 10:36, 25 January 2023

Advertising: