December 2017
Beginner to intermediate
362 pages
8h 35m
English
The example project for which we are implementing CI is a simple Maven project. In this chapter, we will see Jenkins working closely with many other tools. The following table contains the list of tools and technologies involved in everything that we will be seeing:
| Technology | Characteristic |
| Java | Primary programming language used for coding |
| Maven | Build tool |
| JUnit | Unit testing and integration testing tools |
| Jenkins | Continuous Integration tool |
| GitHub | Version control system |
| SonarQube | Static code analysis tool |
| Artifactory | Binary repository manager |
Read now
Unlock full access