Learning Android™ Application Programming: A Hands-On Guide to Building Android Applications
by James Talbot, Justin McLean, Jorge Hernandez
Installing Jenkins
Jenkins (https://www.jenkins-ci.org) is a popular application used for running and monitoring jobs and is often used for continuous integration. It has a simple, easy-to-use web interface and integrates easily with a wide range of tools, including JUnit. It has a plug-in architecture and supports a large number of plug-ins.
Continuous integration is a process of automating builds and testing builds to avoid what is referred to as the “big bang” integration problem. With several developers working on a project, integrating and managing all their separate pieces often becomes very difficult. It makes sense to continually build and test your application every time any code changes or at frequent intervals. When you do this, you ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access