From 38aca375433011e712c9b5a85b43734dbf539cff Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 14 Mar 2017 11:09:08 -0600 Subject: [PATCH] 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 --- jenkins_jobs/modules/builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins_jobs/modules/builders.py b/jenkins_jobs/modules/builders.py index 179a7a9f4..2585c81d5 100644 --- a/jenkins_jobs/modules/builders.py +++ b/jenkins_jobs/modules/builders.py @@ -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 `. :arg str repo-name: Name of repository to push to.