Chapter 5. Continuous Integration Using Jenkins – Part II
In this chapter, we will continue with the remaining portion of our Continuous Integration Design. Here, we will cover the following topics:
- Installing SonarQube
- Installing SonarQube Scanner
- Installing Artifactory (binary repository)
- Installing and configuring Jenkins plugin for SonarQube and Artifactory
- Creating the Jenkins pipeline to poll the integration branch
- Configuring Eclipse IDE with Git
Later in this chapter, after implementing the Continuous Integration Design, we will walk through our newly created Continuous Integration pipeline. We will do this by assuming the role of a developer and making some changes to the feature branch. We will then see how these changes propagate through the Jenkins CI pipeline and how Continuous Integration happens in real time.