blob: 2e865e2b6747739a5386e49ef6305c820462c590 [file] [log] [blame]
robert.tomczyk7c6eb8d2023-03-01 10:19:51 +00001---
2# ============LICENSE_START=======================================================
rohithrajneeshc3740512023-09-13 09:29:37 +01003# Copyright (C) 2023 Nordix Foundation.
robert.tomczyk7c6eb8d2023-03-01 10:19:51 +00004# ================================================================================
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
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
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.
16#
17# SPDX-License-Identifier: Apache-2.0
18# ============LICENSE_END=========================================================
19
20# this job gets triggered when a change is proposed to
21# nonrtric/plt/ranpm project on Nordix Gerrit.
22
rohithrajneeshc3740512023-09-13 09:29:37 +010023- _nonrtric-plt-ranpm_common: &nonrtric_plt_ranpm_jdk_common
24 name: nonrtric-plt-ranpm-common
robert.tomczyk7c6eb8d2023-03-01 10:19:51 +000025 project: nonrtric/plt/ranpm
26 project-name: nonrtric-plt-ranpm
rohithrajneeshc3740512023-09-13 09:29:37 +010027 jdk-version: java-17
robert.tomczyk7c6eb8d2023-03-01 10:19:51 +000028
rohithrajneeshc3740512023-09-13 09:29:37 +010029# Job for nonrtric-plt-ranpm-datafilecollector
30- project:
31 <<: *nonrtric_plt_ranpm_jdk_common
32 name: nonrtric-plt-ranpm-datafilecollector
33 project-name: nonrtric-plt-ranpm-datafilecollector
34 mvn-params: "-f datafilecollector -Dbuild.number=${{BUILD_NUMBER}}"
35 gerrit_trigger_file_paths:
36 - compare-type: REG_EXP
rohithrajneeshd2607aa2023-09-19 15:13:32 +010037 pattern: "**/datafilecollector/**"
38 subdirectory: datafilecollector
39 trigger_files_path_pattern: datafilecollector
robert.tomczyk7c6eb8d2023-03-01 10:19:51 +000040 jobs:
41 - 'oransc-{project-name}-verify-java'
rohithrajneeshc3740512023-09-13 09:29:37 +010042 stream:
43 - master:
44 branch: master