blob: 5735ba743ccb9ccd42ac1c8a6b1755df24aca4a6 [file] [log] [blame]
Zack Williams866ef3c2019-09-27 15:41:02 -07001---
2# jobs for 'mcast' repo
3
4- project:
5 name: mcast
6 project: '{name}'
7
8 jobs:
9 - 'mcast-jobs-common':
10 branch-regexp: '^(.*)$'
11
12 - 'mcast-jobs':
Matteo Scandoloeb265882020-03-25 14:54:10 -070013 branch-regexp: '^((?!mcast-1\.4).*)$'
Zack Williamsd477a882019-10-29 10:15:16 -070014 junit-allow-empty-results: true
Zack Williams866ef3c2019-09-27 15:41:02 -070015
16 - 'mcast-jobs-legacy':
Zack Williams808079a2019-09-30 22:37:38 -070017 branch-regexp: '^(mcast-1.4)$'
Zack Williams866ef3c2019-09-27 15:41:02 -070018 jdk-distribution: 'java-1.8.0-amazon-corretto'
19 name-extension: '-jdk8'
Zack Williams67316c32019-10-22 15:29:35 -070020 junit-allow-empty-results: true
Zack Williams866ef3c2019-09-27 15:41:02 -070021
22- job-group:
23 name: 'mcast-jobs-common'
24 jobs:
25 - 'verify-licensed'
Zack Williams866ef3c2019-09-27 15:41:02 -070026
27- job-group:
28 name: 'mcast-jobs'
29 jobs:
30 - 'maven-test'
31 - 'maven-publish'
32
33- job-group:
34 name: 'mcast-jobs-legacy'
35 jobs:
36 - 'maven-test'
37 - 'maven-publish'
Joey Armstrongaf679da2023-01-31 14:22:41 -050038
39# [EOF]