Search for glossary terms (regular expression allowed)
Term Main definition
continuous deployment

An approach to software development in which changes go through the pipeline and are automatically put into the production environment, enabling multiple production deployments per day. Continuous deployment relies on continuous delivery.

Top