diff --git a/doc/source/execution.rst b/doc/source/execution.rst index 2ef2b53c1..f8adc6837 100644 --- a/doc/source/execution.rst +++ b/doc/source/execution.rst @@ -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. diff --git a/jenkins_jobs/modules/project_folder.py b/jenkins_jobs/modules/project_folder.py index 1d95d4f33..72555acce 100644 --- a/jenkins_jobs/modules/project_folder.py +++ b/jenkins_jobs/modules/project_folder.py @@ -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 -`. +Requires the Jenkins :jenkins-wiki:`CloudBees Folders Plugin +`. Job example: diff --git a/jenkins_jobs/modules/wrappers.py b/jenkins_jobs/modules/wrappers.py index d46b54a23..0d94e2432 100644 --- a/jenkins_jobs/modules/wrappers.py +++ b/jenkins_jobs/modules/wrappers.py @@ -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', '')]