blob: e44fceb1c73455861e491a712c6ad696a7995aae [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
Anil Belur4e0d56a2023-04-18 11:49:03 +10008- _nonrtric-rapp-healthcheck_common: &nonrtric_rapp_healthcheck_common
elinuxhenrik1ed71f72022-04-01 11:05:54 +02009 name: nonrtric-rapp-healthcheck-common
10 # git repo
11 project: nonrtric/rapp/healthcheck
12 # jenkins job name prefix
13 project-name: nonrtric-rapp-healthcheck
14 # maven settings file has docker credentials
15 mvn-settings: nonrtric-rapp-healthcheck-settings
16
17- project:
18 <<: *nonrtric_rapp_healthcheck_common
19 name: nonrtric-rapp-healthcheck-verify
Anil Belur439502c2023-05-07 12:39:38 +100020 project-name: "{name}"
elinuxhenrik1ed71f72022-04-01 11:05:54 +020021 # image name
Anil Belur439502c2023-05-07 12:39:38 +100022 docker-name: "o-ran-sc/nonrtric-rapp-healthcheck"
elinuxhenrik1ed71f72022-04-01 11:05:54 +020023 # get tag from YAML
24 container-tag-method: yaml-file
25 # use host network to clone from our gerrit
Anil Belur439502c2023-05-07 12:39:38 +100026 docker-build-args: "--network=host"
elinuxhenrik1ed71f72022-04-01 11:05:54 +020027 build-node: ubuntu1804-docker-4c-4g
28 # Includes verify and merge jobs
29 jobs:
Anil Belur439502c2023-05-07 12:39:38 +100030 - "{project-name}-gerrit-docker-jobs"
elinuxhenrik1ed71f72022-04-01 11:05:54 +020031 stream:
32 - master:
33 branch: master