blob: a6bebf5024beff0641f2ecb7ebedfae5aabe49cd [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
Zack Williams866ef3c2019-09-27 15:41:02 -070016- job-group:
17 name: 'mcast-jobs-common'
18 jobs:
19 - 'verify-licensed'
Zack Williams866ef3c2019-09-27 15:41:02 -070020
21- job-group:
22 name: 'mcast-jobs'
23 jobs:
24 - 'maven-test'
25 - 'maven-publish'
26
Joey Armstrongaf679da2023-01-31 14:22:41 -050027# [EOF]