Kiran Gaikwad has Published 1 Articles

Gitlab pipeline creation along with its components and stages

Kiran Gaikwad

Kiran Gaikwad

Updated on 10-Mar-2025 11:52:16

173 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 ... Read More

1
Advertisements