Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.27 KB

Gitlab-Ci-pipeline.md

File metadata and controls

23 lines (18 loc) · 1.27 KB

CI PIPELINE ON GITLAB

Complete Pipeline

image

Stages

image

image

  1. Project Runners : Project runners are like self hosted runners we have control of where it should run and other details of pipeline
  2. Shared Runners : In shared runners the pipeline will be exected someone and we don't have much information about it.
  3. JENKINS, we create Jenkinfile in the root of the github repo for jenkins, in GITHUB we use .workflow folder and we use workflows as required by the CI
  4. In GITLAB it will like instead of jenkinsfile we create ".gitlab-ci.yml" file
  5. Stages :
  6. image
  7. For Securing credentials we are using GITLAB variable
  8. image
  9. Install GITLAB RUNNERS in Ubuntu https://docs.gitlab.com/runner/install/linux-repository.html