iec: fuel: Map new UNH baremetal POD to IEC xDFs
[ci-management.git] / jjb / akraino-templates / akraino-jjb-macros.yaml
1 - scm:
2     # enhanced version of the global-jjb, based on ta-common-macros
3     name: akraino-lf-infra-gerrit-scm
4     scm:
5       - git:
6           credentials-id: '{jenkins-ssh-credential}'
7           url: '{git-url}'
8           refspec: '{refspec}'
9           branches:
10             - 'refs/heads/{branch}'
11           skip-tag: true
12           wipe-workspace: true
13           submodule:
14             recursive: '{submodule-recursive}'
15             timeout: '{submodule-timeout}'
16           choosing-strategy: '{choosing-strategy}'
17           basedir: '{basedir}'