3

I use Jenkins for PHP projects with the PHP Quality Assurance Toolchain. To get the code analysis results displayed in Jenkins one simple has to add the according post-build action(-s):

Jenkins-add-post-build-actions

The problem is currently with the PHP QA tool PHPLOC. I don't find any possibility to add its reports to the project's / build's page.

How to add the PHPLOC results to Jenkins (project and/or build page)?

automatix
  • 14,018
  • 26
  • 105
  • 230

1 Answers1

0

use Plot plugin to process phploc.csv(xml)

zhangv
  • 950
  • 1
  • 9
  • 25