trivial whitespace errors in Sphinx

jenkins_jobs/modules/builders.py:docstring of
builders.artifact_resolver:3: WARNING: Definition list ends without a
blank line; unexpected unindent.

jenkins_jobs/modules/wrappers.py:docstring of wrappers.build_name:6:
WARNING: Field list ends without a blank line; unexpected unindent.

Change-Id: Iff77f346172e1c45a035e112e22e8e2fda9933e3
Reviewed-on: https://review.openstack.org/16169
Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Antoine Musso 2012-11-15 13:12:14 +01:00 committed by Jenkins
parent 2c8ba72e27
commit 06be036fda
2 changed files with 3 additions and 2 deletions

View File

@ -264,7 +264,7 @@ def inject(parser, xml_parent, data):
def artifact_resolver(parser, xml_parent, data):
"""yaml: artifact-resolver
Allows to resolve artifacts from a maven repository like nexus
(without having maven installed)
(without having maven installed)
Requires the Jenkins `Repository Connector Plugin
<https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin>`_

View File

@ -153,7 +153,8 @@ def build_name(parser, xml_parent, data):
<https://wiki.jenkins-ci.org/display/JENKINS/Build+Name+Setter+Plugin>`_
:arg str name: Name for the build. Typically you would use a variable
from Jenkins in the name. The syntax would be ${FOO} for the FOO variable.
from Jenkins in the name. The syntax would be ${FOO} for
the FOO variable.
Example::