Menu

UsingWithJenkins

Featured (8)
Anonymous

The XML generated by PHPCheckstyle is compatible with the original Checkstyle XML format.

The Violation plugin of Jenkins or Hudson is capable of reading this file and displaying and historising the results.

First you need to configure ANT to launch the check. See Using with ANT.

The script must generate a XML result file using the --format xml flag.

Then, you configure Jenkins to launch this ANT file with the phpcheckstyle target.

You also configure the violation plugin to read the generated xml file using the "checkstyle" type.

And you should see the result in the project.


Related

Wiki: Documentation
Wiki: UsingWithANT

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.