GitLab CI/CD Pipeline Configuration Reference:四 [Parameter details: extends rules ]
摘要: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
阅读全文
GitLab CI/CD Pipeline Configuration Reference:三 [Parameter details: script before_script and after_script stage]
摘要: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
阅读全文
GitLab CI/CD Pipeline Configuration Reference:二 [Parameter details: image service]
摘要: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 Pipeline Configuration Reference:一 [Global inherit stages workflow rules include]
摘要: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
阅读全文
kudu 核心概念
摘要:核心概念 Columnar Data Store Kudu is a columnar data store. A columnar data store stores data in strongly-typed columns. With a proper design, it is super
阅读全文