X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fjjb-macros.yaml;h=c5cd27f8e0e41f75d8179c5d9e7e713f25f1e8b3;hb=refs%2Fchanges%2F29%2F129%2F1;hp=ad2c0b6a58df13e8193e8a64448536193426f781;hpb=afb15a70657a486884a30558631e68d276736e63;p=infra%2Fcicd.git diff --git a/jjb/global/jjb-macros.yaml b/jjb/global/jjb-macros.yaml index ad2c0b6a..c5cd27f8 100644 --- a/jjb/global/jjb-macros.yaml +++ b/jjb/global/jjb-macros.yaml @@ -72,10 +72,11 @@ - scm: name: git-scm scm: - - git: &git-scm-defaults + - git: url: '$GIT_BASE_HTTPS/$PROJECT' branches: - - 'origin/$BRANCH' + - 'refs/heads/{branch}' + refspec: '{refspec}' timeout: 15 per-build-tag: false skip-tag: true @@ -84,14 +85,25 @@ ignore-notify: false wipe-workspace: true prune: false + choosing-strategy: 'default' - scm: name: git-scm-gerrit scm: - git: + url: '$GIT_BASE_HTTPS/$PROJECT' + branches: + - 'refs/heads/{branch}' + refspec: '{refspec}' + timeout: 15 + per-build-tag: false + skip-tag: true + shallow-clone: false + use-author: false + ignore-notify: false + wipe-workspace: true + prune: false choosing-strategy: 'gerrit' - refspec: '$GERRIT_REFSPEC' - <<: *git-scm-defaults # triggers for Nordix and upstream Gerrits - trigger: @@ -142,3 +154,13 @@ file-paths: - compare-type: 'ANT' pattern: '{files}' + +# wrappers to use for jobs +- wrapper: + name: nordixinfra-jjb-creds-wrapper + wrappers: + - credentials-binding: + - username-password-separated: + credential-id: nordixinfra-jjb-creds + username: JJB_USERNAME + password: JJB_USERTOKEN