Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / submodule-disable-007e41e593d9b11c.yaml
1 ---
2 features:
3   - |
4     **lf-infra-gerrit-scm** and **lf-infra-github-scm** now require a
5     ``submodule-disable`` parameter (bool) to control whether submodules
6     are ignored or not during git fetch operations.
7   - |
8     All job-templates now provide an optional ``submodule-disable`` parameter
9     for git fetch operations, defaulting to ``false``.
10
11 upgrade:
12   - |
13     Any project using the **lf-infra-gerrit-scm** and **lf-infra-github-scm**
14     macros in global-jjb should need to add a ``submodule-disable`` value. It
15     is recommended to default this value to ``false`` since it is the
16     default used by the Jenkins Git Plugin.