...

/

Continuous Integration

Continuous Integration

Let's take a look at the continuous integration process.

We'll cover the following...

CI development model

Throughout this course, it has been advocated to follow the CI software development model. CI is the practice of merging all developer working copies to a shared repository several times a day. However, at this point in the journey, a hybrid approach of automated playbooks executed by human operators has been used.

The execution ...