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' |
Kailash Khalasi | 89821a0 | 2018-05-08 10:38:05 -0700 | [diff] [blame] | 21 | |
| 22 | project-type: maven |
| 23 | maven: |
| 24 | root-pom: pom.xml |
| 25 | goals: '{goals}' |
| 26 | |
| 27 | parameters: |
| 28 | - string: |
| 29 | name: GERRIT_REFSPEC |
| 30 | default: 'refs/heads/master' |
| 31 | description: 'Use default when using "Build Now"' |
| 32 | |
| 33 | - string: |
| 34 | name: GERRIT_BRANCH |
| 35 | default: 'master' |
| 36 | description: 'Use default when using "Build Now"' |
Kailash Khalasi | 02cd79c | 2018-04-30 15:05:09 -0700 | [diff] [blame] | 37 | |
| 38 | triggers: |
| 39 | - cord-infra-gerrit-trigger-patchset: |
| 40 | gerrit-server-name: '{gerrit-server-name}' |
| 41 | project-regexp: 'aaa' |
| 42 | branch-regexp: '{branch-regexp}' |
| 43 | file-include-regexp: '{all-files-regexp}' |
| 44 | dependency-jobs: '{dependency-jobs}' |
| 45 | |
| 46 | properties: |
| 47 | - cord-infra-properties: |
| 48 | build-days-to-keep: '{build-days-to-keep}' |
| 49 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Kailash Khalasi | 89821a0 | 2018-05-08 10:38:05 -0700 | [diff] [blame] | 50 | |
| 51 | node: 'ubuntu16.04-basebuild-1c-2g' |