Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 850 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 850 Bytes

Gitlab-CI-CD-Templates

This repo contains different gitlab CI-CD templates that can be used to customize pipelines. You can use one or more templates and combine them in a single .gitlab-ci.yml file to use in your repo.

Types of CI-CD Templates

1. Code Quality Checker

To include code-quality jobs, See README for code-quality.

2. Python Compiler

To include python-comiler jobs, See README for compile/python.

3. Knowledge Portal Connector

There are two .gitlab-ci.yml files which serve as source and central pipelines. central pipeline is already setup and all you have to do is to setup the source pipeline in your existing .gitlab-ci.yml file.