Coder Social home page Coder Social logo

joshea0 / laravel-jenkins-ci-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amochohan/laravel-jenkins-ci-boilerplate

0.0 2.0 0.0 415 KB

A Jenkins continuous integration boilerplate project set up for use with Laravel conventions.

PHP 98.80% JavaScript 0.70% ApacheConf 0.50%

laravel-jenkins-ci-boilerplate's Introduction

Laravel Jenkins CI Boilerplate

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.

Required Jenkins Plugins

You need to install the following plugins for Jenkins:

  • Checkstyle (for processing PHP_CodeSniffer logfiles in Checkstyle format)
  • Clover PHP (for processing PHPUnit's Clover XML logfile)
  • Crap4J (for processing PHPUnit's Crap4J XML logfile)
  • DRY (for processing phpcpd logfiles in PMD-CPD format)
  • HTML Publisher (for publishing documentation generated by phpDox, for instance)
  • JDepend (for processing PHP_Depend logfiles in JDepend format)
  • Plot (for processing phploc CSV output)
  • PMD (for processing PHPMD logfiles in PMD format)
  • Violations (for processing various logfiles)
  • Warnings (for processing PHP compiler warnings in the console log)
  • xUnit (for processing PHPUnit's JUnit XML logfile)

You can install these plugins via the Jenkins Plugin administration system.

Required PHP Tools

The following PHP tools are required:

  • PHPUnit
  • PHP_CodeSniffer
  • PHPLOC
  • PHP_Depend
  • PHPMD
  • PHPCPD
  • phpDox

Full instructions on how to set these tools up are available via the Jenkins-PHP project website.

laravel-jenkins-ci-boilerplate's People

Contributors

amochohan avatar

Watchers

James Cloos avatar Joey O'Shea avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.