Actions

CI/CD

Revision as of 20:33, 22 June 2021 by User (talk | contribs) (Created page with "Continuous Integration (CI) and Continuous Delivery (CD) embody a culture, set of operating principles, and collection of practices that enable...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Continuous Integration (CI) and Continuous Delivery (CD) embody a culture, set of operating principles, and collection of practices that enable application development teams to deliver code changes more frequently and reliably. The implementation is also known as the CI/CD pipeline.

CI/CD is one of the best practices for devops teams to implement. It is also an agile methodology best practice, as it enables software development teams to focus on meeting business requirements, code quality, and security because deployment steps are automated.[1]

  1. What is CI/CD? Infoworld