blob: 4d831eb2c9cd0ec911523d025a1efe9b096d651b [file] [log] [blame]
Zack Williams866ef3c2019-09-27 15:41:02 -07001---
2# jobs for 'config' repo
3
4- project:
5 name: config
6 project: '{name}'
7
8 jobs:
9 - 'config-jobs-common':
10 branch-regexp: '^(.*)$'
11
12 - 'config-jobs':
13 branch-regexp: '^(master)$'
Carmelo Casconeb8ebfb12019-11-15 15:11:45 -080014 junit-allow-empty-results: true
Zack Williams866ef3c2019-09-27 15:41:02 -070015
16 - 'config-jobs-legacy':
17 branch-regexp: '^(config-1.5)$'
18 jdk-distribution: 'java-1.8.0-amazon-corretto'
19 name-extension: '-jdk8'
Carmelo Casconeb8ebfb12019-11-15 15:11:45 -080020 junit-allow-empty-results: true
Zack Williams866ef3c2019-09-27 15:41:02 -070021
22- job-group:
23 name: 'config-jobs-common'
24 jobs:
25 - 'verify-licensed'
26 - 'tag-collision-reject'
27
28- job-group:
29 name: 'config-jobs'
30 jobs:
31 - 'maven-test'
32 - 'maven-publish'
33
34- job-group:
35 name: 'config-jobs-legacy'
36 jobs:
37 - 'maven-test'
38 - 'maven-publish'
39