Continuous Integration (CI) është praktika e zhvilluesve integrimit të shpeshtë të kodit të tyre në një depo të përbashkët, ku çdo integracion verifikihet automatikisht (ndërtohet dhe testohet). Ajo kap problemet në fazat e hershme dhe e mban kodin bazë në një gjendje të shëndetshme dhe funksionale.
Praktika bërthamore
Developers integrate code FREQUENTLY (at least daily) into the shared/main branch:
→ each integration is AUTOMATICALLY built and tested (by a CI server/pipeline)
→ problems are caught IMMEDIATELY (on each small change, not after weeks)
→ vs the old way: developers work in isolation for long periods → painful "integration
hell" when finally merging diverged work (many conflicts, surprises, bugs).
