Skip to content
DevOps Glossary
Contribute
Home/Practice

Practice

4 terms in this category.

CI/CD(CI/CD)

practice

Continuous Integration and Continuous Delivery — the practice of automating code building, testing, and deployment.

automationpipelinedeployment

Continuous Delivery(CD)

practice

A practice where code changes are automatically built, tested, and prepared for release to production at any time.

deliveryautomationci-cd

Continuous Deployment

practice

A practice where every code change that passes automated tests is automatically released to production without manual intervention.

deploymentautomationci-cd

On-Call

practice

A rotation practice where engineers are designated to respond to production incidents and alerts outside business hours.

reliabilityincident-responsesre