blob: 8f7e2df43578e2b99dbf2600857b270693210c35 [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
16- nonrtric-rapp-healthcheck_common: &nonrtric_rapp_healthcheck_common
17 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
28 project-name: '{name}'
29 # image name
30 docker-name: 'o-ran-sc/nonrtric-rapp-healthcheck'
31 # get tag from YAML
32 container-tag-method: yaml-file
33 # use host network to clone from our gerrit
34 docker-build-args: '--network=host'
35 build-node: ubuntu1804-docker-4c-4g
36 # Includes verify and merge jobs
37 jobs:
38 - "{project-name}-gerrit-docker-jobs"
39 stream:
40 - master:
41 branch: master