April 2019
Intermediate to advanced
646 pages
16h 48m
English
Jenkins (https://jenkins-ci.org) seems to be the most popular tool for continuous integration. It is also one of the oldest open source projects in this field in pair with Hudson (the development of these two projects split and Jenkins is a fork of Hudson):

Jenkins is written in Java and was initially designed mainly for building projects written in the Java language. This means that for Java developers, it is a perfect CI system, but you may struggle a bit if you want to use it with another technology stack.
One big advantage of Jenkins is a very extensive list of features that Jenkins ...