Fix a typo in doc

Fix correct link to CloudBees Folders Plugin
Add missing comma in line 1290 of module wrappers

Change-Id: Idb0311064945965c58c0cc608fc6cab00eef3ee9
This commit is contained in:
Anushka Bhandari 2018-05-19 17:40:08 +05:30
parent 5c6e55ebcb
commit a77d29dcd5
3 changed files with 4 additions and 4 deletions

View File

@ -178,7 +178,7 @@ which will upload the job and view definitions to Jenkins if needed. Jenkins
Job Builder maintains, for each host, a cache [#f1]_ of previously configured
jobs and views, so that you can run that command as often as you like, and it
will only update the jobs configurations in Jenkins if the defined definitions
has changed since the last time it was run. Note: if you modify a job
have changed since the last time it was run. Note: if you modify a job
directly in Jenkins, jenkins-jobs will not know about it and will not
update it.

View File

@ -19,8 +19,8 @@ The folder Project module handles creating Jenkins folder projects.
You may specify ``folder`` in the ``project-type`` attribute of
the :ref:`Job` definition.
Requires the Jenkins :jenkins-wiki:`CloudBees Folder Plugin
<CloudBees+Folder+Plugin>`.
Requires the Jenkins :jenkins-wiki:`CloudBees Folders Plugin
<CloudBees+Folders+Plugin>`.
Job example:

View File

@ -1287,7 +1287,7 @@ def sauce_ondemand(registry, xml_parent, data):
mapping = [
('enable-sauce-connect', 'enableSauceConnect', False),
('sauce-host', 'seleniumHost', ''),
('sauce-port', 'seleniumPort', '')
('sauce-port', 'seleniumPort', ''),
('launch-sauce-connect-on-slave', 'launchSauceConnectOnSlave', False),
('https-protocol', 'httpsProtocol', ''),
('sauce-connect-options', 'options', '')]