Fix misspellings in jenkins-job-builder

Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: I2443a0a3ae909457ee4f31a6837b445be03de0dc
Closes-Bug: #1257295
This commit is contained in:
Shane Wang 2014-02-07 14:33:19 +08:00
parent a32288a573
commit 54b1fbdfcf
3 changed files with 7 additions and 7 deletions

View File

@ -438,7 +438,7 @@ def build_blocker(parser, xml_parent, data):
use-build-blocker: true use-build-blocker: true
blocking-jobs: blocking-jobs:
- ".*-deploy" - ".*-deploy"
- "^maintainance.*" - "^maintenance.*"
""" """
blocker = XML.SubElement(xml_parent, blocker = XML.SubElement(xml_parent,
'hudson.plugins.' 'hudson.plugins.'

View File

@ -636,7 +636,7 @@ def ftp(parser, xml_parent, data):
:arg bool target-is-date-format: whether target is a date format. If true, :arg bool target-is-date-format: whether target is a date format. If true,
raw text should be quoted (defaults to False) raw text should be quoted (defaults to False)
:arg bool clean-remote: should the remote directory be deleted before :arg bool clean-remote: should the remote directory be deleted before
transfering files (defaults to False) transferring files (defaults to False)
:arg str source: source path specifier :arg str source: source path specifier
:arg str excludes: excluded file pattern (optional) :arg str excludes: excluded file pattern (optional)
:arg str remove-prefix: prefix to remove from uploaded file paths :arg str remove-prefix: prefix to remove from uploaded file paths
@ -1125,7 +1125,7 @@ def ssh(parser, xml_parent, data):
:arg bool target-is-date-format: whether target is a date format. If true, :arg bool target-is-date-format: whether target is a date format. If true,
raw text should be quoted (defaults to False) raw text should be quoted (defaults to False)
:arg bool clean-remote: should the remote directory be deleted before :arg bool clean-remote: should the remote directory be deleted before
transfering files (defaults to False) transferring files (defaults to False)
:arg str source: source path specifier :arg str source: source path specifier
:arg str command: a command to execute on the remote server (optional) :arg str command: a command to execute on the remote server (optional)
:arg int timeout: timeout in milliseconds for the Exec command (optional) :arg int timeout: timeout in milliseconds for the Exec command (optional)
@ -1647,7 +1647,7 @@ def cifs(parser, xml_parent, data):
:arg bool target-is-date-format: whether target is a date format. If true, :arg bool target-is-date-format: whether target is a date format. If true,
raw text should be quoted (defaults to False) raw text should be quoted (defaults to False)
:arg bool clean-remote: should the remote directory be deleted before :arg bool clean-remote: should the remote directory be deleted before
transfering files (defaults to False) transferring files (defaults to False)
:arg str source: source path specifier :arg str source: source path specifier
:arg str excludes: excluded file pattern (optional) :arg str excludes: excluded file pattern (optional)
:arg str remove-prefix: prefix to remove from uploaded file paths :arg str remove-prefix: prefix to remove from uploaded file paths
@ -2269,7 +2269,7 @@ def robot(parser, xml_parent, data):
:arg str output-xml: Name of the xml file containing robot output :arg str output-xml: Name of the xml file containing robot output
(default 'output.xml') (default 'output.xml')
:arg str pass-threshold: Minimum percentage of passed tests to consider :arg str pass-threshold: Minimum percentage of passed tests to consider
the build succesful (default 0.0) the build successful (default 0.0)
:arg str unstable-threshold: Minimum percentage of passed test to :arg str unstable-threshold: Minimum percentage of passed test to
consider the build as not failed (default 0.0) consider the build as not failed (default 0.0)
:arg bool only-critical: Take only critical tests into account when :arg bool only-critical: Take only critical tests into account when

View File

@ -189,7 +189,7 @@ def gerrit(parser, xml_parent, data):
You may select one or more gerrit events upon which to trigger. You may select one or more gerrit events upon which to trigger.
You must also supply at least one project and branch, optionally You must also supply at least one project and branch, optionally
more. If you select the comment-added trigger, you should alse more. If you select the comment-added trigger, you should also
indicate which approval category and value you want to trigger the indicate which approval category and value you want to trigger the
job. job.
@ -275,7 +275,7 @@ def gerrit(parser, xml_parent, data):
('gerrit-build-failed-verified-value', ('gerrit-build-failed-verified-value',
'gerritBuildFailedVerifiedValue'), 'gerritBuildFailedVerifiedValue'),
('gerrit-build-successful-codereview-value', ('gerrit-build-successful-codereview-value',
'gerritBuildSuccesfulCodereviewValue'), 'gerritBuildSuccessfulCodereviewValue'),
('gerrit-build-failed-codereview-value', ('gerrit-build-failed-codereview-value',
'gerritBuildFaiedCodeReviewValue')]: 'gerritBuildFaiedCodeReviewValue')]:
if data.get(yamlkey) is not None: if data.get(yamlkey) is not None: