From bee9a135143483357767afcb79af4e6030965c7f Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 13 Jan 2020 15:55:35 +0100 Subject: [PATCH] cloud-infra: Enable submodules Change-Id: I84feaa8462eabe532a9db796ced7e5eeff7a1a84 --- jjb/cloud-infra/cloud-infra-docs.yaml | 44 +++++++++++++++++++++------ 1 file changed, 34 insertions(+), 10 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-docs.yaml b/jjb/cloud-infra/cloud-infra-docs.yaml index 66bedcd8f..a67344828 100644 --- a/jjb/cloud-infra/cloud-infra-docs.yaml +++ b/jjb/cloud-infra/cloud-infra-docs.yaml @@ -59,12 +59,24 @@ - fix-workspace-permissions scm: - - git-scm-gerrit: - ssh-credentials-id: nordixinfra-nordix-gerrit-ssh - branch: '{branch}' + - git: + url: '$GIT_BASE_SSH/$PROJECT' + credentials-id: nordixinfra-nordix-gerrit-ssh + branches: + - 'refs/heads/{branch}' refspec: $GERRIT_REFSPEC - wipe_workspace: true - clean_before: false + timeout: 15 + per-build-tag: false + skip-tag: true + shallow-clone: false + use-author: false + ignore-notify: false + wipe-workspace: true + prune: false + clean: + after: false + before: false + choosing-strategy: 'gerrit' submodule: recursive: true tracking: true @@ -112,12 +124,24 @@ - fix-workspace-permissions scm: - - git-scm: - ssh-credentials-id: nordixinfra-nordix-gerrit-ssh - branch: '{branch}' + - git: + url: '$GIT_BASE_SSH/$PROJECT' + credentials-id: nordixinfra-nordix-gerrit-ssh + branches: + - 'refs/heads/{branch}' refspec: '' - wipe_workspace: true - clean_before: false + timeout: 15 + per-build-tag: false + skip-tag: true + shallow-clone: false + use-author: false + ignore-notify: false + wipe-workspace: 'true' + prune: false + clean: + after: false + before: false + choosing-strategy: 'default' submodule: recursive: true tracking: true -- 2.25.1