2017 © Pedro Peláez
 

project jenkins

This is a simple example for build symfony2.8 with jenkins

image

nadir/jenkins

This is a simple example for build symfony2.8 with jenkins

  • Friday, November 4, 2016
  • by nfouka
  • Repository
  • 2 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Symfony 2 & Jenkins Conf

Directions, (*1)

Clone this repo or Download the tarball.
Copy the app directory and build.xml into your Symfony root directory.
Enjoy.

NOTE: You'll probably want to add "build/*" to your SCM's ignore file. Things you may want to tweak, (*2)

PHP CodeSniffer Standard: Currently the default value (PEAR) set by PHP Project Wizard.
PHPMD Rules: Currently the default value (codesize,design,naming,unusedcode) set by the PHP Project Wizard.

Credits, (*3)

The initial build script was generated by PHP Project Wizard
    It's been modified to run phpunit from the app directory.
The initial phpunit.dist.xml came with Symfony 2.8.3.
    It's been modified to include a logging target that the build tools expect to exist.
    This target was provided by Jenkins-PHP and was modified to reflect the location of the build directory relative to the app directory

The Versions