A Jenkins continuous integration boilerplate project set up for use with Laravel conventions.
A Jenkins continuous integration boilerplate project set up for use with Laravel conventions.
This boilerplate project is based on the Jenkins Jobs for PHP Project. To set up your CI server, follow
the instructions via http://jenkins-php.org/installation.html.
This boilerplate provides a fully working build.xml file, with build scripts in the build directory.
Everything needed to automate the running of unit tests, code coverage, crap analysis, documentation
generation, style checking is including in the build configuration.
You need to install the following plugins for Jenkins:
You can install these plugins via the Jenkins Plugin administration system.
The following PHP tools are required:
Full instructions on how to set these tools up are available via the Jenkins-PHP project website.