Progressive Delivery - CI/CD Glossary Definition
Progressive delivery extends continuous delivery by exposing a release to users incrementally with automated analysis gates, so a bad version is caught and rolled back before full exposure.
Related guides
Preview Deployment - CI/CD Glossary DefinitionA preview deployment publishes a live, shareable instance of a pull request at a unique URL, so reviewers can…
GitOps Reconciliation - CI/CD Glossary DefinitionGitOps reconciliation is a controller continuously comparing the live cluster to the state declared in Git an…
Artifact Promotion - CI/CD Glossary DefinitionArtifact promotion moves one tested build unchanged through environments - dev to staging to prod - so exactl…