summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2013-10-21 16:36:22 +0200
committerGerrit Code Review <review@openstack.org>2013-12-10 20:40:57 +0000
commit28c5c1c93bb0754bb9adf8c44639c7a292a428b4 (patch)
tree880f7c1a256964cbfa4f3caa2fc9808f430851dd /setup.py
parentab30ecaa4b55b4f1cf90273c3f6e69d0732478cc (diff)
downloadpython-jenkins-job-builder-28c5c1c93bb0754bb9adf8c44639c7a292a428b4.tar.gz
python-jenkins-job-builder-28c5c1c93bb0754bb9adf8c44639c7a292a428b4.tar.xz
python-jenkins-job-builder-28c5c1c93bb0754bb9adf8c44639c7a292a428b4.zip
cloverphp publisher
Capture code coverage reports from PHPUnit, requires the Jenkins Clover PHP Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Clover+PHP+Plugin Note: whenever the healthy targets are left blank, the v0.3.3 plugin will fill in default values which then appears in the configuration. I have ported that in Jenkins Job Builder to ensure clean diff in the Job Configuration History plugin. Change-Id: I9010dee62611094840304cdc2e7317b058d6495a
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5718c97a..926a6b36 100644
--- a/setup.py
+++ b/setup.py
@@ -126,6 +126,7 @@ setuptools.setup(
'checkstyle=jenkins_jobs.modules.publishers:checkstyle',
'cifs=jenkins_jobs.modules.publishers:cifs',
'claim-build=jenkins_jobs.modules.publishers:claim_build',
+ 'cloverphp=jenkins_jobs.modules.publishers:cloverphp',
'cobertura=jenkins_jobs.modules.publishers:cobertura',
'copy-to-master=jenkins_jobs.modules.publishers:copy_to_master',
'coverage=jenkins_jobs.modules.publishers:coverage',