CI/CD (Continuous Integration / Continuous Deployment)
A set of practices and tools that automate the process of building, testing, and deploying software, enabling frequent and reliable software delivery.
Related Terms
Artifact
A file or package produced by the build process, such as an executable, container image, library, or other deployable component.
Build System
Software that automates the process of converting source code into executable applications, handling compilation, linking, packaging, and other build tasks.
Software Supply Chain
The full lifecycle and pipeline involved in developing, building, packaging, distributing, and deploying software—including dependencies, tools, infrastructure, and people.