blob: 639dddae403dce7259c34356fb04bc7458712d78 [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 Khalasif5b51192018-05-08 11:46:38 -070021 description: |
22 <!-- Managed by Jenkins Job Builder -->
23 Created by {name} job-template from ci-management/jjb/aaa.yaml
Kailash Khalasi89821a02018-05-08 10:38:05 -070024
25 project-type: maven
26 maven:
27 root-pom: pom.xml
28 goals: '{goals}'
29
30 parameters:
31 - string:
32 name: GERRIT_REFSPEC
33 default: 'refs/heads/master'
34 description: 'Use default when using "Build Now"'
35
36 - string:
37 name: GERRIT_BRANCH
38 default: 'master'
39 description: 'Use default when using "Build Now"'
Kailash Khalasi02cd79c2018-04-30 15:05:09 -070040
41 triggers:
42 - cord-infra-gerrit-trigger-patchset:
43 gerrit-server-name: '{gerrit-server-name}'
44 project-regexp: 'aaa'
45 branch-regexp: '{branch-regexp}'
46 file-include-regexp: '{all-files-regexp}'
47 dependency-jobs: '{dependency-jobs}'
48
49 properties:
50 - cord-infra-properties:
51 build-days-to-keep: '{build-days-to-keep}'
52 artifact-num-to-keep: '{artifact-num-to-keep}'
Kailash Khalasi89821a02018-05-08 10:38:05 -070053
54 node: 'ubuntu16.04-basebuild-1c-2g'