Zend certified PHP/Magento developer

What does your Jenkins CI process look like?

I’m entering the world of Jenkins to do some simple CI steps. What I have so far is:

  • composer install
  • Run PHPUnit and export: Clover, HTML, Crap4J

Planning to add code sniffing (but should I use php-cs-fixer or php codesniffer?), LOC, etc.

All these plugins are recommended in tutorials which are now several years old. What does an up-to-date list look like (or is Jenkins already out-of-date)?

submitted by /u/huridloag
[link] [comments]