CI/CD automates the software release process. Continuous Integration automatically builds and tests code when developers commit changes. Continuous Deployment automatically deploys passing builds to production. This enables faster iteration, early bug detection, and reliable releases. Tools include GitHub Actions, GitLab CI, Jenkins, and CircleCI.
💻 Development intermediate
CI/CD (Continuous Integration/Continuous Deployment)
Automated software development practice for frequent code integration and deployment.
44
views
</> Related Terms
Git
Distributed version control system for tracking changes in source code during software development.
Docker
Docker is a revolutionary containerization platform that has transformed how developers build, ship, and run applications. By packaging software into standardized, isolated containers, Docker ensures consistent behavior across development, testing, and production environments.
Kubernetes
Open-source container orchestration platform for automating deployment, scaling, and management.