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 |
Kailash Khalasi | ce86e52 | 2018-05-08 12:29:50 -0700 | [diff] [blame] | 6 | |
| 7 | project-name: '{name}' |
Kailash Khalasi | 02cd79c | 2018-04-30 15:05:09 -0700 | [diff] [blame] | 8 | |
| 9 | jobs: |
| 10 | - 'aaa': |
| 11 | branch-regexp: '{supported-branches-regexp}' |
| 12 | |
Kailash Khalasi | 02cd79c | 2018-04-30 15:05:09 -0700 | [diff] [blame] | 13 | |
| 14 | - job-template: |
Kailash Khalasi | ce86e52 | 2018-05-08 12:29:50 -0700 | [diff] [blame] | 15 | id: aaa |
Kailash Khalasi | 02cd79c | 2018-04-30 15:05:09 -0700 | [diff] [blame] | 16 | name: 'aaa-gerrit' |
Kailash Khalasi | f5b5119 | 2018-05-08 11:46:38 -0700 | [diff] [blame] | 17 | description: | |
| 18 | <!-- Managed by Jenkins Job Builder --> |
Kailash Khalasi | ce86e52 | 2018-05-08 12:29:50 -0700 | [diff] [blame] | 19 | Created by {id} job-template from ci-management/jjb/aaa.yaml |
Kailash Khalasi | 89821a0 | 2018-05-08 10:38:05 -0700 | [diff] [blame] | 20 | |
Kailash Khalasi | ce86e52 | 2018-05-08 12:29:50 -0700 | [diff] [blame] | 21 | node: 'ubuntu16.04-basebuild-1c-2g' |
Kailash Khalasi | 89821a0 | 2018-05-08 10:38:05 -0700 | [diff] [blame] | 22 | project-type: maven |
| 23 | maven: |
| 24 | root-pom: pom.xml |
Kailash Khalasi | ce86e52 | 2018-05-08 12:29:50 -0700 | [diff] [blame] | 25 | goals: 'clean install' |
Kailash Khalasi | 89821a0 | 2018-05-08 10:38:05 -0700 | [diff] [blame] | 26 | |
Kailash Khalasi | 02cd79c | 2018-04-30 15:05:09 -0700 | [diff] [blame] | 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}' |
Kailash Khalasi | 89821a0 | 2018-05-08 10:38:05 -0700 | [diff] [blame] | 39 | |