Integrating PHP Projects With Jenkins

Integrating PHP Projects With Jenkins
Authors
Bergmann, Sebastian
Publisher
O'Reilly Media
Tags
computers , programming languages , php
ISBN
9781449309435
Date
2011-09-29T00:00:00+00:00
Size
2.28 MB
Lang
en
Downloaded: 57 times

Today's web applications require frequent updates, not just by adding or upgrading features, but by maintaining and improving the software’s existing code base as well. This concise book shows PHP developers how to use Jenkins, the popular continuous integration server, to monitor various aspects of software quality throughout a project’s lifecycle.

You'll learn how to implement continuous integration to automate processes for building and deploying regular software releases. The book also shows you how to use Jenkins to monitor and improve your application through continuous inspection. You'll come to understand why reducing complexity and eliminating duplicate code is just as important as introducing new functionality.

Learn how to use Apache Ant to automate your software builds

Create a job for your PHP project in Jenkins and set up a continuous integration environment

Add static code analysis tools to your build for continuous inspection

Use specialized PHP and Jenkins tools to simplify the automated build and continuous integration of your project

Explore additional processes and techniques, such as adding automated integration tests