X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fcloud-infra%2Fcloud-infra-docs.yaml;h=fee963e6740a897ea50ed36408a7e1294c004b10;hb=411bad54ec6a0d4e4ea546264678e86566421b0f;hp=ee9c614d016b134a277196414dcbe8b65fa1648b;hpb=fa7610cf50c44ba4cea608e96736e87feeccb81c;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-docs.yaml b/jjb/cloud-infra/cloud-infra-docs.yaml index ee9c614d..fee963e6 100644 --- a/jjb/cloud-infra/cloud-infra-docs.yaml +++ b/jjb/cloud-infra/cloud-infra-docs.yaml @@ -25,7 +25,7 @@ stream: - 'master': branch: '{stream}' - disabled: false + disabled: true jobs: - 'cloud-infra-verify-docs-{stream}' @@ -59,36 +59,38 @@ - 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: - - gerrit: - server-name: 'Nordix Gerrit' - trigger-on: - - patchset-created-event: - exclude-drafts: 'false' - exclude-trivial-rebase: 'false' - exclude-no-code-change: 'false' - - draft-published-event - - comment-added-contains-event: - comment-contains-value: 'recheck' - - comment-added-contains-event: - comment-contains-value: 'reverify' - projects: - - project-compare-type: 'REG_EXP' - project-pattern: 'infra\/engine|infra\/docs' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' - disable-strict-forbidden-file-verification: 'false' - file-paths: - - compare-type: ANT - pattern: 'docs/' + - nordix-gerrit-trigger-patchset-created: + project: 'infra\/engine|infra\/docs' + branch: '{branch}' + files: 'docs/**' + skip-vote: + successful: false + failed: false + unstable: false + notbuilt: false custom-url: '* $JOB_NAME $BUILD_URL' builders: @@ -122,18 +124,34 @@ - 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: project: 'infra\/docs' branch: '{branch}' files: 'docs/**' + custom-url: '* $JOB_NAME $BUILD_URL' wrappers: - nordixinfra-jjb-creds-wrapper