December 2017
Beginner to intermediate
362 pages
8h 35m
English
The example project for which we are implementing CI is a simple Maven project. Therefore, 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:
|
Tool/Technology |
Description |
|
Java |
Primary programming language used for coding |
|
Maven |
Build tool |
|
JUnit |
Unit test and integration test tools |
|
Jenkins |
CI tool |
|
GitHub |
VCS |
|
SonarQube |
Static code analysis tool |
|
Artifactory |
Binary repository manager |
|
Apache Tomcat |
Application server to host the solution |
|
Apache JMeter |
Performance testing tool |
Read now
Unlock full access