Kiran Gaikwad

Kiran Gaikwad

1 Articles Published

Articles by Kiran Gaikwad

1 articles

Gitlab pipeline creation along with its components and stages

Kiran Gaikwad
Kiran Gaikwad
Updated on 10-Mar-2025 300 Views

Gitlab offers various features and one of them is pipeline. Gitlab pipeline is used to perform continuous integration, continuous deployment ,code quality checks, security checks, artifact storage etc. The .gitlab-ci.yml file plays a vital role in the gitlab pipeline. All the pipeline configuration is written in the .gitlab-ci.yml file.CI/CD pipeline can run automatically when events are triggered like pushing to a branch , merging to a branch etc. Pipeline Components Jobs and Stages together form the pipeline. YAML keywords are used to define the stages and jobs. Jobs: Jobs run specific commands to achieve a single goal. For example a ...

Read More
Showing 1–1 of 1 articles
« Prev 1 Next »
Advertisements