Using Jenkins and PHP Code Sniffer in ANT Build Script Using Jenkins and PHP Code Sniffer in ANT Build Script jenkins jenkins

Using Jenkins and PHP Code Sniffer in ANT Build Script


I had the same issue and when I turned on output in Ant I found that phpcs ran out of memory. After I increased the memory_limit in php.ini it generated a correct XML file.