Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / submodule-timeout-e75d10f51ca36933.yaml
1 ---
2 features:
3   - |
4     **lf-infra-gerrit-scm** and **lf-infra-github-scm** now require a
5     ``submodule-timeout`` parameter to provide a timeout value (in minutes)
6     for git fetch operations.
7   - |
8     All job-templates now provide an optional ``submodule-timeout`` parameter
9     for git fetch operations, defaulting to 10 minutes.
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-timeout`` value. It
15     is recommended to default this value to ``10`` since it is the
16     default used by the Jenkins Git Plugin.