Kailash Khalasi | 02cd79c | 2018-04-30 15:05:09 -0700 | [diff] [blame] | 1 | --- |
| 2 | # maven job for 'aaa' repo |
| 3 | |
| 4 | - project: |
| 5 | name: aaa |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'aaa': |
| 10 | branch-regexp: '{supported-branches-regexp}' |
| 11 | |
| 12 | - job-group: |
| 13 | name: 'aaa' |
| 14 | jobs: |
| 15 | - 'aaa-gerrit': |
| 16 | goals: 'clean install' |
| 17 | - 'verify-licensed' |
| 18 | |
| 19 | - job-template: |
| 20 | name: 'aaa-gerrit' |
| 21 | builders: |
| 22 | - lf-maven-build: |
| 23 | mvn-goals: '{goals}' |
| 24 | - 'cord-infra-sonarqube': |
| 25 | project: '{name}' |
| 26 | |
| 27 | triggers: |
| 28 | - cord-infra-gerrit-trigger-patchset: |
| 29 | gerrit-server-name: '{gerrit-server-name}' |
| 30 | project-regexp: 'aaa' |
| 31 | branch-regexp: '{branch-regexp}' |
| 32 | file-include-regexp: '{all-files-regexp}' |
| 33 | dependency-jobs: '{dependency-jobs}' |
| 34 | |
| 35 | properties: |
| 36 | - cord-infra-properties: |
| 37 | build-days-to-keep: '{build-days-to-keep}' |
| 38 | artifact-num-to-keep: '{artifact-num-to-keep}' |