GitLab’s CI/CD pipelines can be configured through a file named _________.
- .gitlab-pipeline.yml
- .gitlab-ci.yml
- .gitlab-pipe.yml
- .gitlab-config.yml
The .gitlab-ci.yml file is used to define CI/CD pipelines in GitLab. It specifies the steps and actions to be taken during the pipeline execution, such as building, testing, and deploying.
Loading...
Related Quiz
- How can you view the changes introduced in a specific commit using Git?
- In a code review, checking for _______ and _______ is essential to maintain code quality.
- What is the main purpose of using Git Submodules?
- Which Git Hook is triggered before a commit is finalized?
- How does Git's 'fast-forward' merge differ from a 'three-way' merge?