This video is part three in a series of five videos.
In this series, I'll take you through the process of installing and configuring a Jenkins Continuous Integration Server on an Amazon EC2 instance. We'll see how to set up Jenkins to build a Java project using Maven, pulling the project from GitHub automatically, each time a change is pushed to a GitHub repository. We'll also see how to generate line coverage reports on our project's unit tests using junit in conjunction with the Jacoco plugin.
All files used in this series can be obtained from the following GitHub Gist:
https://gist.github.com/jsuwo/9038610
Part 1: Introduction to Continuous Integration
• Continuous Integration with Jenkins on Ama...
Part 2: Setting Up an Amazon EC2 Instance
• Continuous Integration with Jenkins on Ama...
Part 3: Configuring Jenkins
• Continuous Integration with Jenkins on Ama...
Part 4: Creating a Jenkins Maven 2/3 Project
• Continuous Integration with Jenkins on Ama...
Part 5: Configuring a GitHub Web Hook and Setting Up JaCoCo Code Coverage Reports
• Continuous Integration with Jenkins on Ama...