diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-05-16 18:36:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-16 18:36:27 +0000 |
commit | 68a3a74f28122922978c8042be6d799678fdc976 (patch) | |
tree | 5f924ef32b3752b25f13bf089d393d48722470f5 /jjb/global | |
parent | 7d99dc08b6913d2a0202b092c184c364872b891e (diff) | |
parent | db7f38351e5a8f5a98ae50874e403b3bc232da2b (diff) |
Merge "Clone Releng with submodules to include jjb"
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/releng-macros.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index 5b403ab2c..1ff4799ab 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -121,6 +121,17 @@ choosing-strategy: 'gerrit' refspec: '$GERRIT_REFSPEC' <<: *git-scm-defaults + +- scm: + name: git-scm-gerrit-with-submodules + scm: + - git: + choosing-strategy: 'gerrit' + refspec: '$GERRIT_REFSPEC' + submodule: + recursive: true + timeout: 20 + <<: *git-scm-defaults - scm: name: git-scm-with-submodules scm: |