Skip to main content
beginner
CI/CD

CI/CD Concepts

Understand continuous integration and deployment fundamentals including pipeline stages, testing strategies, deployment patterns, and CI/CD tools.

17 cards
18 minutes
1 / 17
0% Known
0
? 0
Card 1 of 17
Fundamentals
Swipe left/right to navigate cards
Question

What is Continuous Integration (CI)?

Tap to reveal
Answer

CI is the practice of automatically building and testing code changes frequently (multiple times per day). Developers merge code to a shared repository where automated builds and tests run, catching issues early.

ci
basics
integration