blob: b2af6bd1ef27a90500c5f1e61c6b822f8254e751 [file] [log] [blame]
LF Jenkins CI36b1e8a2022-02-02 19:43:44 +00001---
2- project:
3 name: nonrtric-rapp-healthcheck-project-view
4 project-name: nonrtric-rapp-healthcheck
5 views:
6 - project-view
7
8- project:
9 name: nonrtric-rapp-healthcheck-info
10 project: nonrtric/rapp/healthcheck
11 project-name: nonrtric-rapp-healthcheck
12 build-node: centos7-builder-1c-1g
13 jobs:
14 - gerrit-info-yaml-verify
elinuxhenrik1ed71f72022-04-01 11:05:54 +020015
Anil Belur4e0d56a2023-04-18 11:49:03 +100016- _nonrtric-rapp-healthcheck_common: &nonrtric_rapp_healthcheck_common
elinuxhenrik1ed71f72022-04-01 11:05:54 +020017 name: nonrtric-rapp-healthcheck-common
18 # git repo
19 project: nonrtric/rapp/healthcheck
20 # jenkins job name prefix
21 project-name: nonrtric-rapp-healthcheck
22 # maven settings file has docker credentials
23 mvn-settings: nonrtric-rapp-healthcheck-settings
24
25- project:
26 <<: *nonrtric_rapp_healthcheck_common
27 name: nonrtric-rapp-healthcheck-verify
Anil Belur439502c2023-05-07 12:39:38 +100028 project-name: "{name}"
elinuxhenrik1ed71f72022-04-01 11:05:54 +020029 # image name
Anil Belur439502c2023-05-07 12:39:38 +100030 docker-name: "o-ran-sc/nonrtric-rapp-healthcheck"
elinuxhenrik1ed71f72022-04-01 11:05:54 +020031 # get tag from YAML
32 container-tag-method: yaml-file
33 # use host network to clone from our gerrit
Anil Belur439502c2023-05-07 12:39:38 +100034 docker-build-args: "--network=host"
elinuxhenrik1ed71f72022-04-01 11:05:54 +020035 build-node: ubuntu1804-docker-4c-4g
36 # Includes verify and merge jobs
37 jobs:
Anil Belur439502c2023-05-07 12:39:38 +100038 - "{project-name}-gerrit-docker-jobs"
elinuxhenrik1ed71f72022-04-01 11:05:54 +020039 stream:
40 - master:
41 branch: master