Zack Williams | 866ef3c | 2019-09-27 15:41:02 -0700 | [diff] [blame] | 1 | --- |
Joey Armstrong | 2a7f476 | 2024-04-04 17:18:36 -0400 | [diff] [blame] | 2 | |
| 3 | # ----------------------------------------------------------------------- |
| 4 | # Copyright 2018-2024 Open Networking Foundation Contributors |
| 5 | # |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | # ----------------------------------------------------------------------- |
| 18 | # SPDX-FileCopyrightText: 2018-2024 Open Networking Foundation Contributors |
| 19 | # SPDX-License-Identifier: Apache-2.0 |
| 20 | # ----------------------------------------------------------------------- |
| 21 | # Intent: jobs for 'vtn' repo |
| 22 | # ----------------------------------------------------------------------- |
Zack Williams | 866ef3c | 2019-09-27 15:41:02 -0700 | [diff] [blame] | 23 | |
| 24 | - project: |
| 25 | name: vtn |
| 26 | project: '{name}' |
| 27 | |
| 28 | jobs: |
| 29 | - 'vtn-jobs-common': |
| 30 | branch-regexp: '^(.*)$' |
| 31 | |
| 32 | - 'vtn-jobs': |
| 33 | branch-regexp: '^(master)$' |
| 34 | |
| 35 | - 'vtn-jobs-legacy': |
| 36 | branch-regexp: '^(vtn-1.7)$' |
| 37 | jdk-distribution: 'java-1.8.0-amazon-corretto' |
| 38 | name-extension: '-jdk8' |
| 39 | |
| 40 | - job-group: |
| 41 | name: 'vtn-jobs-common' |
| 42 | jobs: |
| 43 | - 'verify-licensed' |
Zack Williams | 866ef3c | 2019-09-27 15:41:02 -0700 | [diff] [blame] | 44 | |
| 45 | - job-group: |
| 46 | name: 'vtn-jobs' |
| 47 | jobs: |
| 48 | - 'maven-test' |
| 49 | - 'maven-publish' |
| 50 | |
| 51 | - job-group: |
| 52 | name: 'vtn-jobs-legacy' |
| 53 | jobs: |
| 54 | - 'maven-test' |
| 55 | - 'maven-publish' |
| 56 | |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 57 | |
| 58 | # [EOF] |