Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.9 KB

File metadata and controls

41 lines (31 loc) · 2.9 KB

Continuous Integration

This project is dedicated to share documentation about Continuous Integration process.

What is Continuous Integration?

Continuous integration is a DevOps software development practice where developers regularly merge their code changes into a central repository, after which automated builds and tests are run.

This aims to explain how AWS CodePipeline, one of the services offered by AWS platform, works to configure a Continuous Delivery workflow. As well as giving an overview of concepts such as Continuous Integration, Continuous Delivery and Continuous Deployment.


Extracted from What is Continuous Delivery? - Amazon Web Services.

Supporting Materials