blob: 3f942b9e5adb3cd8087259161b8a23ff770afa0b [file] [log] [blame]
Kailash Khalasi69c8fcd2018-05-09 09:43:49 -07001---
2# maven job for 'aaa' repo
3
4- project:
5 name: aaa
6
7 project-name: '{name}'
8
9 jobs:
10 - 'aaa':
11 branch-regexp: '{supported-branches-regexp}'
12
13
14- job-template:
15 id: aaa
16 name: 'aaa-gerrit'
17 description: |
18 <!-- Managed by Jenkins Job Builder -->
19 Created by {id} job-template from ci-management/jjb/aaa.yaml
20
21 node: 'ubuntu16.04-basebuild-1c-2g'
22 project-type: maven
23 maven:
24 root-pom: pom.xml
25 goals: 'clean install'
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}'