In the previous section, we laid out a stimulating foundation on software testing, how to leverage the Docker technology for the software testing, and the unique benefits of the container technology during the testing phase. In this section, we will introduce you to the steps required to prepare the Jenkins environment for testing with Docker, and then, demonstrate how Jenkins can be extended to integrate and automate testing with Docker, using the well-known hit count use case.
Integrating Docker testing into Jenkins
Preparing the Jenkins environment
In this section, we will take you through the steps to install Jenkins, the GitHub plugin for Jenkins and git, and the revision control tool. The steps are as follows:
- We begin with adding the Jenkins' trusted...