CI/CD Flashcards

1
Q

What’s CI?

A

Continues integration is a practice of automating the process of building, testing and integrating the changes happens in a shared codebase.

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

What’s CD?

A

Continuous delivery picks up where continuous integration ends. CD automates the delivery of applications to selected infrastructure environments. that ensure the software can be deployed to any environment when it needs to.

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