CI/CD Flashcards

(2 cards)

1
Q

What is the default name of a gitlab CI/CD configuration file?

A

.gitlab-ci.yml

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does a gitlab CI/CD pipeline consist of?

A

jobs

Jobs are grouped in stages.

Stages form a linear sequence. All jobs in a stage must complete successfully before next stage is started.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly