

Build tool (Make, ANT, Maven, Ivy, Gradle, and others).Source Control Tool (e.g., CVS, SVN, GIT, Mercurial, Perforce, ClearCase and others).Continuous Integration Server (Jenkins, Bamboo, CruiseControl, TeamCity, and others).Real-world case study of Continuous Integration.


Why use Continuous Integration with Jenkins?.For example, if your team is developing a project, Jenkins will continuously test your project builds and show you the errors in early stages of your development. The reason Jenkins software became so popular is that of its monitoring of repeated tasks which arise during the development of a project. It is a server-based application and requires a web server like Apache Tomcat. By using Jenkins, software companies can accelerate their software development process, as Jenkins can automate build and test at a rapid rate. Jenkins is a widely used application around the world that has around 300k installations and growing day by day. Jenkins supports the complete development life cycle of software from building, testing, documenting the software, deploying, and other stages of the software development life cycle. Jenkins is an open-source Continuous Integration server written in Java for orchestrating a chain of actions to achieve the Continuous Integration process in an automated fashion.
