摘要:extends Introduced in GitLab 11.3. extends defines entry names that a job that uses extends is going to inherit from. It’s an alternative to using YAM
阅读全文
摘要:script script is the only required keyword that a job needs. It's a shell script which is executed by the Runner. For example: job: script: "bundle ex
阅读全文
摘要:Parameter details The following are detailed explanations for parameters used to configure CI/CD pipelines. image Used to specify a Docker image to us
阅读全文
摘要:GitLab CI/CD pipelines are configured using a YAML file called .gitlab-ci.yml within each project. The .gitlab-ci.yml file defines the structure and o
阅读全文