Skip to content

tquiroga/jenkins-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

jenkins-check

If you have read my blog article about Using Jenkins for Symfony2 Project Here is a bash script to check the output before your Jenkins.

Installation

Be sure to make the script executable:

chmod +x check.sh

Usage

./check {lint|phploc|pdepend|phpmd|phpmd-ci|phpcs|phpcs-ci|phpcpd|phpdoc|phpunit|phpcb|all}
  • lint: Executes PHP lint to look for PHP syntax errors
  • phploc: Display metrics about the code (lines of code, number of functions, classes, etc)
  • pdepend: Measure the quality of a design in terms of its extensibility, reusability, and maintainability
  • phpmd: MessDetector detects non optimized and unused code, bugs, etc
  • phpcs: CodeSniffer check that standards are respected (PSR0,PSR1, Symfony2 standards as well)
  • phpcpd: CopyPasteDetector look for code redundancies
  • phpdoc: PHPDocumentor generates Code Documentation
  • phpunit: PHPUnit executes test suites
  • phpcb: Code Browser generates HTML code browser of your code
  • all: Executes all the previous commands
  • phpmd-ci/phpcs-ci : Same as phpmd/phpcs but generates all xml reports

About

Bash script to check the output before your Jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages