diff options
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r-- | jjb/global-macros.yaml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index d2068a828..a9681033f 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -1,6 +1,8 @@ --- # Global macros +# vim: sw=2 ts=2 sts=2 et : + # BUILDERS - builder: name: ci-management-check-unicode @@ -160,7 +162,7 @@ url: '$GIT_BASE' refspec: '' branches: - - 'origin/${branch}' + - 'origin/{branch}' skip-tag: true wipe-workspace: true timeout: 30 @@ -205,6 +207,21 @@ timeout: 30 wipe-workspace: true +- scm: + name: git-extra-project + scm: + - git: + credentials-id: 'ecomp-jenkins-ssh' + url: '$GIT_NO_PROJECT/{project}' + refspec: '{refspec}' + branches: + - 'origin/{branch}' + skip-tag: true + timeoute: 30 + wipe-workspace: false + basedir: '{checkout-dir}' + + # TRIGGERS # This is a single macro to use for all jobs who vote on every (relevant) patch |