builders: fix docker-build-publish docstring link

Prior to this change, the docker-build-publish setting docs did not
properly link to the docker-build-publish Jenkins wiki page.

Fix the syntax so that the docs properly link to this plugin's wiki
page.

Change-Id: I75fbe95957b0ace6dd79b5111b4f9213fd80c696
This commit is contained in:
Ken Dreyer 2017-03-14 11:09:08 -06:00
parent 53ed05730c
commit 38aca37543
1 changed files with 1 additions and 1 deletions

View File

@ -3697,7 +3697,7 @@ def description_setter(registry, xml_parent, data):
def docker_build_publish(parse, xml_parent, data):
"""yaml: docker-build-publish
Requires the Jenkins :jenkins-wiki`Docker build publish Plugin
Requires the Jenkins :jenkins-wiki:`Docker build publish Plugin
<Docker+build+publish+Plugin>`.
:arg str repo-name: Name of repository to push to.