CI/CD¶
Continuous Integration and Continuous Deployment practices and tools.
Topics¶
jenkins/-ci-cd/jenkins/README.mdgithub-actions/-ci-cd/github-actions/README.mdgitlab-ci/-ci-cd/gitlab-ci/README.mdcircle-ci/-ci-cd/circle-ci/README.mdazure-devops/-ci-cd/azure-devops/README.mdgitops/-ci-cd/gitops/README.mdgitops/argoCD/-ci-cd/gitops/argoCD/README.mdgitops/fluxCD/-ci-cd/gitops/fluxCD/README.md
CI Fundamentals¶
- Validate every code change via automated builds and tests.
- Keep feedback loops short and deterministic.
- Enforce quality gates before merge.
CD Fundamentals¶
- Promote artifacts across environments consistently.
- Automate deployments with rollback strategy.
- Observe production health immediately after release.