January 2021
Intermediate to advanced
560 pages
15h 13m
English
This chapter covers
Life is a continuous exercise in creative problem solving.
--Michael J. Gelb
In chapters 10 and 11, we implemented ways to automatically execute tests by using tools such as Maven and Gradle. The build then triggered our tests. Now it is time to go to the next level: automatically executing the build and the tests at regular intervals using other popular tools. In this chapter, we will explore the paradigm of continuous integration and demonstrate how to schedule projects to be built automatically at a particular time.