blob: df53a92175af04468496dcbe149936198c82a9bd [file] [log] [blame]
Kailash Khalasi02cd79c2018-04-30 15:05:09 -07001---
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 Khalasi89821a02018-05-08 10:38:05 -070021
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 Khalasi02cd79c2018-04-30 15:05:09 -070037
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 Khalasi89821a02018-05-08 10:38:05 -070050
51 node: 'ubuntu16.04-basebuild-1c-2g'