blob: 805702dd27278dd3b9f5be33758e9dbe303a47f0 [file] [log] [blame]
wriderf005f832019-11-02 09:48:42 -04001---
2- project:
3 name: ric-plt-resource-status-manager-project-view
4 project-name: ric-plt-resource-status-manager
5 views:
6 - project-view
7
8- project:
9 name: ric-plt-resource-status-manager-info
10 project: ric-plt/resource-status-manager
11 project-name: ric-plt-resource-status-manager
12 build-node: centos7-builder-1c-1g
13 jobs:
14 - gerrit-info-yaml-verify
15
16- resource_status_manager_docker_common: &resource_status_manager_docker_common
17 # values apply to all resource status manager docker projects
18 name: resource-status-manager-docker-common
19 # git repo
20 project: ric-plt/resource-status-manager
21 # jenkins job name prefix
22 project-name: ric-plt-resource-status-manager
23 # maven settings file has docker credentials
24 mvn-settings: ric-plt-resource-status-manager-settings
25
26- project:
27 <<: *resource_status_manager_docker_common
28 name: ric-plt-resource-status-manager
29 # image name
30 docker-name: '{name}'
31 # Dockerfile is in a subdir
32 docker-root: RSM
33 # source of docker tag
34 container-tag-method: yaml-file
35 # use host network to clone from our gerrit
36 docker-build-args: '--network=host'
37 jobs:
38 - '{project-name}-gerrit-docker-jobs'
39 stream:
40 - master:
41 branch: master