8 .. include:: ../job-groups.rst
10 Below is a list of CI job groups:
12 .. literalinclude:: ../../jjb/lf-ci-job-groups.yaml
19 lf-infra-jjb-parameters
20 -----------------------
24 :jjb-cache: Location of Jenkins Job Builder (JJB) cache used for jjb
26 :jjb-version: Version of Jenkins Job Builder (JJB) to install and use in
32 Deploys Jenkins Cloud configuration read from the ``jenkins-clouds`` directory
33 in ci-management repositories.
37 Requires the jjbini file in Jenkins CFP to contain JJB 2.0 style
38 config definitions for "production" and "sandbox" systems.
42 :jenkins-silos: Space-separated list of Jenkins silos to update
43 configuration for as defined in ~/.config/jenkins_jobs/jenkins_jobs.ini
45 lf-jenkins-cfg-global-vars
46 --------------------------
48 Manages the Global Jenkins variables. This macro will clear all exist macros
49 in Jenkins and replaces them with the ones defined by the
50 ci-management/jenkins-config/global-vars-SILO.sh script.
54 Requires the jjbini file in Jenkins CFP to contain JJB 2.0 style
55 config definitions for "production" and "sandbox" systems.
59 :jenkins-silos: Space-separated list of Jenkins silos to update
60 configuration for as defined in ~/.config/jenkins_jobs/jenkins_jobs.ini
65 Provides jenkins_jobs.ini configuration for Jenkins.
67 lf-infra-jjbini-sandbox
68 -----------------------
70 Provides jenkins_jobs.ini configuration for Jenkins sandbox.
72 .. todo:: This needs to be consolidated into lf-infra-jjbini when JJB 2.0 is available
77 Common packer configuration.
82 Gerrit file-paths for packer jobs.
87 Parameters useful for packer related tasks.
91 :packer-version: Version of packer to install / use.
92 (shell: PACKER_VERSION)
94 lf-packer-verify-file-paths
95 ---------------------------
97 Gerrit file-paths for packer verify jobs.
102 Parameters useful for Puppet related tasks.
106 :puppet-lint-version: Version of puppet-lint to install / use.
107 (shell: PUPPET_LINT_VERSION)
112 .. _gerrit-branch-lock:
117 Job submits a patch to lock or unlock a project's branch.
120 - {project-name}-gerrit-branch-lock-{stream}
128 :Required parameters:
130 :build-node: The node to run build on.
131 :jenkins-ssh-credential: Credential to use for SSH. (Generally
132 should be configured in defaults.yaml)
134 :Optional parameters:
136 :branch: Git branch to build against. (default: master)
137 :git-url: URL to clone project from. (default: $GIT_URL/$GERRIT_PROJECT)
138 :stream: Keyword that can be used to represent a release code-name.
139 Often the same as the branch. (default: master)
140 :submodule-timeout: Timeout (in minutes) for checkout operation.
142 :gerrit_merge_triggers: Override Gerrit Triggers.
144 .. _lf-global-jjb-jenkins-cfg-merge:
146 Jenkins Configuration Merge
147 ---------------------------
149 Jenkins job to manage Global Jenkins configuration.
153 Requires the jjbini file in Jenkins CFP to contain JJB 2.0 style
154 config definitions for "production" and "sandbox" systems.
158 - {project-name}-jenkins-cfg-merge
159 - gerrit-jenkins-cfg-merge
160 - github-jenkins-cfg-merge
162 :Optional parameters:
164 :branch: Git branch to build against. (default: master)
165 :cron: How often to run the job on a cron schedule. (default: @daily)
166 :git-url: URL to clone project from. (default: $GIT_URL/$GERRIT_PROJECT)
167 :jenkins-silos: Space separated list of Jenkins silos to update
168 configuration for as defined in ~/.config/jenkins_jobs/jenkins_jobs.ini
169 (default: production sandbox)
171 Typically this template is automatically pulled in by the
172 "{project-name}-ci-jobs" job-group and does not need to be explicitly called if
173 the job group is being used.
177 .. literalinclude:: ../../.jjb-test/lf-ci-jobs/jenkins-cfg-merge-minimal.yaml
182 .. literalinclude:: ../../.jjb-test/lf-ci-jobs/jenkins-cfg-merge-full.yaml
185 .. _jenkins-cfg-envvar:
187 Global Environment Variables
188 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190 Global Environment Variables are managed via the
191 ``jenkins-config/global-vars-SILO.sh`` file in ci-management. Replace SILO with
192 the name of the Jenkins silo the variable configuration is for.
194 The format for this file is ``KEY=value`` for example::
196 GERRIT_URL=https://git.opendaylight.org/gerrit
197 GIT_BASE=git://devvexx.opendaylight.org/mirror/$PROJECT
198 GIT_URL=git://devvexx.opendaylight.org/mirror
199 JENKINS_HOSTNAME=vex-yul-odl-jenkins-2
200 LOGS_SERVER=https://logs.opendaylight.org
201 NEXUS_URL=https://nexus.opendaylight.org
202 ODLNEXUSPROXY=https://nexus.opendaylight.org
204 SONAR_URL=https://sonar.opendaylight.org
209 This configuration requires the OpenStack Cloud plugin in Jenkins and is
210 currently the only cloud plugin supported.
212 OpenStack Cloud plugin version supported:
217 Cloud configuration are managed via a directory structure in ci-management as
220 - jenkins-config/clouds/openstack/
221 - jenkins-config/clouds/openstack/cattle/cloud.cfg
222 - jenkins-config/clouds/openstack/cattle/centos7-builder-2c-2g.cfg
223 - jenkins-config/clouds/openstack/cattle/centos7-builder-4c-4g.cfg
224 - jenkins-config/clouds/openstack/cattle/centos7-docker-4c-4g.cfg
226 The directory name inside of the "openstack" directory is used as the name of
227 the cloud configuration. In this case "cattle" is being used as the cloud name.
229 The ``cloud.cfg`` file is a special file used to configure the main cloud
230 configuration in the format ``KEY=value``.
234 :CLOUD_URL: API endpoint URL for Keystone.
236 :CLOUD_IGNORE_SSL: Ignore unverified SSL certificates. (default: false)
237 :CLOUD_ZONE: OpenStack region to use. (default: "")
238 :CLOUD_CREDENTIAL_ID: Credential to use for authentication to OpenStack.
239 (default: "os-cloud")
240 :INSTANCE_CAP: Total number of instances the cloud will allow spin up.
242 :SANDBOX_CAP: Total number of instances the cloud will allow to
243 spin up. This applies to "sandbox" systems and overrides the
244 INSTANCE_CAP setting. (default: null)
246 :Template Parameters:
250 In the case of template definitions of a parameter below is not passed
251 the one defined in default clouds will be inherited.
253 :IMAGE_NAME: The image name to use for this template.
255 :HARDWARE_ID: OpenStack flavor to use. (required)
257 :LABELS: Labels to assign to the vm. (default: FILE_NAME)
258 :NETWORK_ID: OpenStack network to use. (default: "")
259 :USER_DATA_ID: User Data to pass into the instance.
260 (default: jenkins-init-script)
261 :INSTANCE_CAP: Total number of instances of this type that can be launched
262 at one time. When defined in clouds.cfg it defines the total for the
263 entire cloud. (default: null)
264 :SANDBOX_CAP: Total number of instances of this type that can be launched
265 at one time. When defined in clouds.cfg it defines the total for the
266 entire cloud. This applies to "sandbox" systems and overrides the
267 INSTANCE_CAP setting. (default: null)
268 :FLOATING_IP_POOL: Floating ip pool to use. (default: "")
269 :SECURITY_GROUPS: Security group to use. (default: "default")
270 :AVAILABILITY_ZONE: OpenStack availability zone to use. (default: "")
271 :START_TIMEOUT: Number of milliseconds to wait for the agent to be
272 provisioned and connected. (default: 600000)
273 :KEY_PAIR_NAME: SSH Public Key Pair to use for authentication.
275 :NUM_EXECUTORS: Number of executors to enable for the instance.
277 :JVM_OPTIONS: JVM Options to pass to Java. (default: "")
278 :FS_ROOT: File system root for the workspace. (default: "/w")
279 :RETENTION_TIME: Number of minutes to wait for an idle slave to be used
280 again before it's removed. If set to -1, the slave will be kept
281 forever. (default: 0)
282 :CONNECTION_TYPE: The connection type for Jenkins to connect to the build
283 minion. Valid options: JNLP, SSH. (default: "SSH")
285 For a live example see the OpenDaylight project jenkins-config directory.
286 https://github.com/opendaylight/releng-builder/tree/master/jenkins-config
291 :Cloud Configuration:
293 The directory ``groovy-inserts`` contains the groovy script output that is
294 used to push to Jenkins. In the event of a job failure this file can be
297 .. _lf-global-jjb-jenkins-cfg-verify:
299 Jenkins Configuration Verify
300 ----------------------------
302 Jenkins job to verify the Global Jenkins configuration.
304 Requires the ``clouds-yaml`` file to be setup on the Jenkins host.
308 - {project-name}-jenkins-cfg-verify
309 - gerrit-jenkins-cfg-verify
310 - github-jenkins-cfg-verify
312 :Optional parameters:
314 :branch: Git branch to build against. (default: master)
315 :git-url: URL to clone project from. (default: $GIT_URL/$GERRIT_PROJECT)
317 This job is not part of the "{project-name}-ci-jobs" group. It must be called
322 .. literalinclude:: ../../.jjb-test/lf-ci-jobs/jenkins-cfg-verify.yaml
326 .. _jenkins-sandbox-cleanup:
328 Jenkins Sandbox Cleanup
329 -----------------------
331 Cleanup Jenkins Sandbox of jobs and views periodically.
335 - {project-name}-jenkins-sandbox-cleanup
336 - gerrit-jenkins-sandbox-cleanup
337 - github-jenkins-sandbox-cleanup
339 :Comment Trigger: NONE
341 :Required parameters:
343 :build-node: The node to run build on.
344 :jenkins-ssh-credential: Credential to use for SSH. (Generally
345 should be configured in defaults.yaml)
347 :Optional parameters:
349 :cron: Schedule to run job. (default: '0 8 * * 6')
357 Deploy jobs to jenkins-sandbox system via code review comment.
359 This job checks out the current code review patch and then runs a
360 ``jenkins-jobs update`` to push a patch defined by the comment.
364 - {project-name}-jjb-deploy-job
365 - gerrit-jjb-deploy-job
366 - github-jjb-deploy-job
368 :Comment Trigger: jjb-deploy JOB_NAME
372 The JJB Deploy Job is configured to trigger only if the Gerrit comment
373 starts with the `jjb-deploy` keyword.
375 Example of a valid command in Gerrit comment that triggers the job:
377 ``jjb-deploy builder-jjb-*``
379 Example of a invalid command in Gerrit comment that would _not_ trigger
382 ``Update the job. jjb-deploy builder-jjb-*``
384 JOB_NAME can include the * wildcard character to push multiple jobs
385 matching the pattern. For example ``jjb-deploy builder-jjb-*`` will push
386 all builder-jjb-* jobs to the sandbox system.
388 :Required parameters:
390 :build-node: The node to run build on.
391 :jenkins-ssh-credential: Credential to use for SSH. (Generally
392 should be configured in defaults.yaml)
394 :Optional parameters:
396 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
397 :gerrit_jjb_deploy_job_triggers: Override Gerrit Triggers.
405 Runs `jenkins-jobs update` to update production job configuration
408 - {project-name}-jjb-merge
412 :Comment Trigger: remerge
414 :Required parameters:
416 :build-node: The node to run build on.
417 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
418 be configured in defaults.yaml)
420 :Optional parameters:
422 :branch: Git branch to fetch for the build. (default: master)
423 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
424 :build-timeout: Timeout in minutes before aborting build. (default: 10)
425 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
426 :jjb-cache: JJB cache location. (default: $HOME/.cache/jenkins_jobs)
427 :jjb-workers: Number of threads to run **update** with. Set to 0 by default
428 which is equivalent to the number of available CPU cores. (default: 0)
429 :jjb-version: JJB version to install. (default: see job-template)
430 :stream: Keyword that can be used to represent a release code-name.
431 Often the same as the branch. (default: master)
432 :submodule-recursive: Whether to checkout submodules recursively.
434 :submodule-timeout: Timeout (in minutes) for checkout operation.
437 :gerrit_merge_triggers: Override Gerrit Triggers.
438 :gerrit_trigger_file_paths: Override file paths which can be used to
439 filter which file modifications will trigger a build.
440 (default defined by lf_jjb_common)
448 Runs `jenkins-jobs test` to validate JJB syntax
451 - {project-name}-jjb-verify
455 :Comment Trigger: recheck|reverify
457 :Required parameters:
459 :build-node: The node to run build on.
460 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
461 be configured in defaults.yaml)
463 :Optional parameters:
465 :branch: Git branch to fetch for the build. (default: master)
466 :build-concurrent: Whether or not to allow this job to run multiple jobs
467 simultaneously. (default: true)
468 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
469 :build-timeout: Timeout in minutes before aborting build. (default: 10)
470 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
471 :jjb-cache: JJB cache location. (default: $HOME/.cache/jenkins_jobs)
472 :jjb-version: JJB version to install. (default: see job-template)
473 :stream: Keyword that can be used to represent a release code-name.
474 Often the same as the branch. (default: master)
475 :submodule-recursive: Whether to checkout submodules recursively.
477 :submodule-timeout: Timeout (in minutes) for checkout operation.
479 :throttle_categories: List of categories to throttle by.
480 :throttle-enabled: Whether or not to enable throttling on the job.
482 :throttle-max-per-node: Max jobs to run on the same node. (default: 1)
483 :throttle-max-total: Max jobs to run across the entire project. - 0
484 means 'unlimited' (default: 0)
485 :throttle-option: Throttle by the project or by list of categories
486 defined in the throttle plugin configuration. (options: 'project',
487 'category'; default: project)
489 :gerrit_verify_triggers: Override Gerrit Triggers.
490 :gerrit_trigger_file_paths: Override file paths which can be used to
491 filter which file modifications will trigger a build.
492 (default defined by lf_jjb_common)
494 .. _jjb-verify-upstream-gjjb:
496 JJB Verify Upstream Global JJB
497 ------------------------------
499 Runs ``jenkins-jobs test`` to validate JJB syntax for upstream global-jjb
500 patches. This job is useful to notify upstream that they may be breaking
504 - {project-name}-jjb-verify-upstream-gjjb
505 - gerrit-jjb-verify-upstream-gjjb
507 :Comment Trigger: recheck|reverify
509 :Required parameters:
511 :build-node: The node to run build on.
512 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
513 be configured in defaults.yaml)
515 :Optional parameters:
517 :branch: Git branch to fetch for the build. (default: master)
518 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
519 :build-timeout: Timeout in minutes before aborting build. (default: 10)
520 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
521 :jjb-cache: JJB cache location. (default: $HOME/.cache/jenkins_jobs)
522 :jjb-version: JJB version to install. (default: see job-template)
523 :stream: Keyword that can be used to represent a release code-name.
524 Often the same as the branch. (default: master)
526 .. _info-yaml-verify:
531 Info YAML Verify job validates that INFO.yaml file changes are kept isolated from
532 other file changes. Verifies INFO.yaml files follow the schema defined in
533 `global-jjb/info-schema`.
536 - {project-name}-info-yaml-verify
537 - gerrit-info-yaml-verify
538 - github-info-yaml-verify
540 :Required parameters:
542 :build-node: The node to run build on.
543 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
544 be configured in defaults.yaml)
546 :Optional parameters:
548 :branch: Git branch to fetch for the build. (default: master)
549 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
550 :build-timeout: Timeout in minutes before aborting build. (default: 10)
551 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
552 :stream: Keyword that can be used to represent a release code-name.
553 Often the same as the branch. (default: master)
554 :submodule-recursive: Whether to checkout submodules recursively.
556 :submodule-timeout: Timeout (in minutes) for checkout operation.
559 :gerrit_verify_triggers: Override Gerrit Triggers.
566 Job to scan projects for files missing license headers.
569 - {project-name}-license-check
570 - gerrit-license-check
571 - github-license-check
573 :Optional parameters:
575 :build-timeout: Timeout in minutes before aborting build. (default: 15)
576 :file-patterns: Space-separated list of file patterns to scan.
577 (default: \*.go \*.groovy \*.java \*.py \*.sh)
578 :spdx-disable: Disable the SPDX-Identifier checker. (default: false)
579 :lhc-version: Version of LHC to use. (default: 0.2.0)
580 :license-exclude-paths: Comma-separated list of paths to exclude from the
581 license checker. The paths used here will be matched using a contains
582 rule so it is best to be as precise with the path as possible.
583 For example a path of '/src/generated/' will be searched as
584 '**/src/generated/**'.
585 Example: org/opendaylight/yang/gen,protobuff/messages
587 :licenses-allowed: Comma-separated list of allowed licenses.
588 (default: Apache-2.0,EPL-1.0,MIT)
589 :project-pattern: The ANT based pattern for Gerrit Trigger to choose which
590 projects to trigger job against. (default: '**')
592 .. _gjjb-openstack-cron:
597 Cron job that runs regularly to perform periodic tasks against OpenStack.
599 This job requires a Config File Provider file named ``clouds-yaml`` available
600 containing the credentials for the cloud.
603 - {project-name}-openstack-cron
604 - gerrit-openstack-cron
605 - github-openstack-cron
607 :Required parameters:
609 :build-node: The node to run build on.
610 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
611 be configured in defaults.yaml)
612 :jenkins-urls: URLs to Jenkins systems to check for active builds.
614 :Optional parameters:
616 :branch: Git branch to fetch for the build. (default: master)
617 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
618 :build-timeout: Timeout in minutes before aborting build. (default: 90)
619 :cron: Time when the packer image should be rebuilt (default: @hourly)
620 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
621 :openstack-cloud: OS_CLOUD setting to pass to openstack client.
623 :openstack-image-cleanup: Whether or not to run the image cleanup script.
625 :openstack-image-cleanup-age: Age in days of image before marking it for
626 removal. (default: 30)
627 :openstack-image-protect: Whether or not to run the image protect script.
629 :openstack-server-cleanup: Whether or not to run the server cleanup script.
631 :openstack-stack-cleanup: Whether or not to run the stack cleanup script.
633 :openstack-volume-cleanup: Whether or not to run the volume cleanup script.
635 :stream: Keyword that can be used to represent a release code-name.
636 Often the same as the branch. (default: master)
637 :submodule-recursive: Whether to checkout submodules recursively.
639 :submodule-timeout: Timeout (in minutes) for checkout operation.
644 .. literalinclude:: ../../.jjb-test/lf-ci-jobs/openstack-cron-minimal.yaml
648 .. literalinclude:: ../../.jjb-test/lf-ci-jobs/openstack-cron-full.yaml
651 .. _gjjb-packer-merge:
656 Packer Merge job runs `packer build` to build system images in the cloud.
659 - {project-name}-packer-merge-{platforms}-{templates}
660 - gerrit-packer-merge
661 - github-packer-merge
663 :Comment Trigger: remerge
665 :Required parameters:
667 :build-node: The node to run build on.
668 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
669 be configured in defaults.yaml)
670 :mvn-settings: The name of settings file containing credentials for
672 :platforms: Platform or distribution to build. Typically json file
673 found in the packer/vars directory. (Example: centos)
674 :template: System template to build. Typically shell script found in
675 the packer/provision directory. (Example: java-builder)
677 :Optional parameters:
679 :cron: Time when the packer image should be rebuilt (default: @monthly)
680 :branch: Git branch to fetch for the build. (default: master)
681 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
682 :build-timeout: Timeout in minutes before aborting build. (default: 90)
683 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
684 :openstack: Packer template uses an OpenStack builder (default: true).
685 :openstack-cloud: Sets OS_CLOUD variable to the value of this parameter.
687 :packer-cloud-settings: Name of settings file containing credentials
688 for the cloud that packer will build on. (default: packer-cloud-env)
689 :packer-version: Version of packer to install / use in build. (default: 1.0.2)
690 :stream: Keyword that can be used to represent a release code-name.
691 Often the same as the branch. (default: master)
692 :submodule-recursive: Whether to checkout submodules recursively.
694 :submodule-timeout: Timeout (in minutes) for checkout operation.
697 :gerrit_verify_triggers: Override Gerrit Triggers.
699 Test an in-progress patch
700 ^^^^^^^^^^^^^^^^^^^^^^^^^
702 To test an in-progress patch from a GitHub Pull Request. Upload this
703 job to the :doc:`Jenkins Sandbox <lfdocs:jenkins-sandbox>`. Then when manually
704 building the job replace the GERRIT_REFSPEC parameter with the GitHub Pull
705 Request number of the patch you would like to test.
711 GERRIT_REFSPEC: origin/pr/49/merge
713 .. _gjjb-packer-verify:
718 Packer Verify job runs `packer validate` to verify packer configuration.
721 - {project-name}-packer-verify
722 - gerrit-packer-verify
723 - github-packer-verify
725 :Comment Trigger: recheck|reverify
727 :Required parameters:
729 :build-node: The node to run build on.
730 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
731 be configured in defaults.yaml)
732 :mvn-settings: The name of settings file containing credentials for
735 :Optional parameters:
737 :branch: Git branch to fetch for the build. (default: master)
738 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
739 :build-timeout: Timeout in minutes before aborting build. (default: 10)
740 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
741 :openstack: Packer template uses an OpenStack builder (default: true).
742 :openstack-cloud: Sets OS_CLOUD variable to the value of this parameter.
744 :packer-cloud-settings: Name of settings file containing credentials
745 for the cloud that packer will build on. (default: packer-cloud-env)
746 :packer-version: Version of packer to install / use in build. (default: 1.0.2)
747 :stream: Keyword that can be used to represent a release code-name.
748 Often the same as the branch. (default: master)
749 :submodule-recursive: Whether to checkout submodules recursively.
751 :submodule-timeout: Timeout (in minutes) for checkout operation.
754 :gerrit_verify_triggers: Override Gerrit Triggers.
755 :gerrit_trigger_file_paths: Override file paths which can be used to
756 filter which file modifications will trigger a build.
762 Runs puppet-lint in the ``puppet-dir`` directory. puppet-lint runs recursively,
763 the base directory is usually the best place to run from.
767 - {project-name}-puppet-verify
768 - gerrit-puppet-verify
769 - github-puppet-verify
771 :Comment Trigger: recheck|reverify
773 :Required Parameters:
775 :build-node: The node to run build on.
776 :jenkins-ssh-credential: Credential to use for SSH. (Generally set
779 :Optional Parameters:
781 :branch: The branch to build against. (default: master)
782 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
783 :build-timeout: Timeout in minutes before aborting build. (default: 15)
784 :gerrit_trigger_file_paths: Override file paths which used to filter which
785 file modifications will trigger a build. Refer to JJB documentation for
787 https://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.gerrit
788 :git-url: URL clone project from. (default: $GIT_URL/$GERRIT_PROJECT)
789 :puppet-dir: Directory containing the project's puppet module(s) relative
792 :puppet-lint-version: Version of puppet-lint to use for testing.
794 :stream: Keyword representing a release code-name.
795 Often the same as the branch. (default: master)
796 :submodule-recursive: Whether to checkout submodules recursively.
798 :submodule-timeout: Timeout (in minutes) for checkout operation.