Software Engineering KB

Home

❯

06 Development Process

❯

02 CI CD

❯

00 Category

❯

Continuous Integration

Continuous Integration

Feb 10, 20261 min read

  • cicd
  • ci

Continuous Integration

Back: CI-CD

The practice of merging code to main frequently with automated build and test on every push. CI catches integration issues early and keeps the codebase in a releasable state at all times.

Concepts

  • CI Core Practice
  • Build Pipeline
  • CI Tools
  • Build Artifacts
  • Pipeline Optimization

cicd ci


Graph View

  • Continuous Integration
  • Concepts

Backlinks

  • Build Pipeline
  • CI Core Practice
  • CI Tools
  • Pipeline Optimization
  • CI-CD

Created with Quartz v4.5.2 © 2026

  • GitHub