July 2019
Intermediate to advanced
410 pages
10h 32m
English
Continuous integration/continuous deployment (CI/CD) is a modern development process designed to streamline the software delivery product life cycle (SDLC) by merging changes frequently and deploying those changes often. CI addresses the issues that arise in enterprise software development where multiple programmers are working on the same code base or when a single product is managed with multiple code branches.
Take a look at the following diagram:

In the preceding example, there are three target environments: Development, User Acceptance Testing (UAT), and Production. The Development environment ...
Read now
Unlock full access