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