Table of Contents

Request for Comments: Continuous Integration via Jenkins

Introduction

The purpose of this RFC is to introduce the idea of using Jenkins for Continuous Integration in the PHP project supported with a Proof of concept implementation.

What is CI

Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. http://martinfowler.com/articles/continuousIntegration.html http://en.wikipedia.org/wiki/Continuous_integration

Why do we need CI?

gcov.php.net

Jenkins

Why Jenkins

ci.qa.php.net

We have a demo/Proof of concept interface at http://ci.qa.php.net/

Tutorial

Current problems

Other alternatives

Future plans

Changelog

0.1 2011-10-20 Initial version 1.0 2011-10-28 Complete in content