Sprint - CI/CD Glossary Definition
A sprint is a short, fixed-length iteration in Scrum (commonly one to four weeks) during which a team builds a usable, potentially shippable increment of the product.
In CI/CD
Because a sprint must end with a shippable increment, teams rely on CI to keep the main branch releasable throughout, so the increment is not a frantic integration scramble on the last day.
Related guides
Scrum - CI/CD Glossary DefinitionScrum: Scrum is an agile framework that organizes work into fixed-length sprints, with defined roles (product…
Product Backlog - CI/CD Glossary DefinitionProduct Backlog: A product backlog is the single, ordered list of everything that might be built (features, f…
Definition of Done - CI/CD Glossary DefinitionDefinition of Done: A definition of done is a shared, explicit checklist of conditions a work item must meet…