meta data for this page
  •  

yaml

There is option to see full generated Yaml in Gitlab's pipeline editor,

merging / inheritance

Optimize your YAML files

Jobs “inheritance”:

  • YAML anchors
  • extends
    • values are not merged, so if script: key is defined it will replace script: from previous job

How to merge rules on a GitLab CI Job