Kailash Khalasi | 5278019 | 2018-05-10 10:20:52 -0700 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'exampleservice' repo |
| 3 | |
| 4 | - project: |
| 5 | name: exampleservice |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
Kailash Khalasi | 4f9d491 | 2018-06-27 14:43:35 -0700 | [diff] [blame] | 9 | - 'verify-exampleservice-common': |
| 10 | branch-regexp: '{supported-branches-regexp}' |
| 11 | |
Kailash Khalasi | 5278019 | 2018-05-10 10:20:52 -0700 | [diff] [blame] | 12 | - job-group: |
Kailash Khalasi | 4f9d491 | 2018-06-27 14:43:35 -0700 | [diff] [blame] | 13 | name: 'verify-exampleservice-common' |
Kailash Khalasi | 5278019 | 2018-05-10 10:20:52 -0700 | [diff] [blame] | 14 | jobs: |
| 15 | - 'verify-licensed' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 16 | |
| 17 | # [EOF] |