2 # ============LICENSE_START=======================================================
3 # Copyright (C) 2021 Nordix Foundation.
4 # ================================================================================
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
17 # SPDX-License-Identifier: Apache-2.0
18 # ============LICENSE_END=========================================================
21 name: 'meridio-periodic'
23 project: 'meridio-periodic'
25 # NOTE (fdegir): auth-id is taken from Jenkins Global Configuration
26 # by clicking Auth ID button for the desired GitHub Server API URL
27 # Please ensure you are looking at GitHub Pull Request Builder part
28 # of global configuration and not to GitHub Server configuration
29 ghprb-auth-id: 'cdfd2452-a9e2-41a3-8ee6-9058512b4aff'
35 name: 'meridio-periodic'
36 project-type: pipeline
37 disabled: '{obj:disabled}'
43 url: https://github.com/Nordix/Meridio
47 name: GITHUB_ORGANIZATION
49 description: JJB configured parameter to identify GitHub Organization
53 description: JJB configured PROJECT parameter to identify a Nordix GitHub project
56 default: 'stateless-lb proxy tapa ipam nsp example-target frontend'
57 description: Images to compile
61 description: Version of the images
65 description: Is E2E Tests enabled?
68 default: "https://github.com/Nordix/Meridio.git"
69 description: Git URL of the project
73 description: Current Git branch
77 description: default branch
80 default: "build tag push"
81 description: Steps to run during build
84 default: 'registry.nordix.org/cloud-native/meridio'
85 description: Meridio image regsitry
92 !include-raw-escape: Jenkinsfile
94 # vim: set ts=2 sw=2 expandtab: