January 2019
Beginner to intermediate
352 pages
8h
English
As you could have imagined, CI is the phase in which your application gets built, tested, and packaged (whatever the package format is—web application, binary, container, and so on). The de facto standard tool for this phase is Jenkins.
The first CD stands for continuous delivery, and is the phase where your final artifact gets delivered to an environment. Continuous means that your artifact gets delivered, that is, promoted, from environment to environment until the preproduction environment, or at least at the last environment before production, which then needs a manual promotion— typically a manager approval for deploying to production.
Again, Jenkins helps out in this phase, as it can directly ...
Read now
Unlock full access