Skip to content

PoC: Selectable CI Templates

Shinya Maeda requested to merge poc-ci-templates-selectable into master

What does this MR do?

  • Adoptable template
    • Organize the CI template structure
      • <Context>/<Type>/<Name>.gitlab-ci.yml
      • Context can be programming language or frame work.
      • When the language used in repository matches <Context>, a corresponding template is suggested. e.g. Ruby 67.9%, JavaScript 19.6%, etc.
      • Type can be one of pipeline, stage or job
        • pipeline type is the template to create an end-to-end CI/CD workflow.
        • stage type is the template to create a specific stage in CI/CD workflow.
        • job type is the template to create a specific job in CI/CD workflow.
      • Global keys can be defined in Global context.
    • Users can adopt specific pipeline/stage/job at will.
  • Programmable template

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Shinya Maeda

Merge request reports