Merge "Correct the entry points of cucumber-testresult"

This commit is contained in:
Jenkins 2015-12-09 16:13:11 +00:00 committed by Gerrit Code Review
commit c62b0a10d0
3 changed files with 3 additions and 3 deletions

View File

@ -978,7 +978,7 @@ def junit(parser, xml_parent, data):
def cucumber_testresult(parser, xml_parent, data):
"""yaml: cucumber
"""yaml: cucumber-testresult
Publish cucumber test results.
Requires the Jenkins :jenkins-wiki:`cucumber testresult
<Cucumber+Test+Result+Plugin>`.

View File

@ -164,7 +164,7 @@ jenkins_jobs.publishers =
copy-to-master=jenkins_jobs.modules.publishers:copy_to_master
coverage=jenkins_jobs.modules.publishers:coverage
cppcheck=jenkins_jobs.modules.publishers:cppcheck
cucumber_testresult=jenkins_jobs.modules.publishers:cucumber_testresult
cucumber-testresult=jenkins_jobs.modules.publishers:cucumber_testresult
description-setter=jenkins_jobs.modules.publishers:description_setter
disable-failed-job=jenkins_jobs.modules.publishers:disable_failed_job
display-upstream-changes=jenkins_jobs.modules.publishers:display_upstream_changes

View File

@ -1,3 +1,3 @@
publishers:
- cucumber_testresult:
- cucumber-testresult:
results: nosetests.xml