X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-docs.yaml;h=a67344828614df7967ca9f4e8164433dcab92167;hb=0255cb8cbeb562115ae44b3f5c646e3818b3b761;hp=caf64280baf76412a4245426c0aac3fdab61411f;hpb=19223abc0adc1412dbfb60cd9a8779c85bdcd5d9;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-docs.yaml b/jjb/cloud-infra/cloud-infra-docs.yaml index caf64280..a6734482 100644 --- a/jjb/cloud-infra/cloud-infra-docs.yaml +++ b/jjb/cloud-infra/cloud-infra-docs.yaml @@ -59,12 +59,27 @@ - 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 triggers: - nordix-gerrit-trigger-patchset-created: @@ -109,12 +124,27 @@ - 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 triggers: - nordix-gerrit-trigger-change-merged: