blob: 315979cb4f4a317429bffb8b0063254da4c53d84 [file] [log] [blame]
Lott, Christopher (cl778h)f8dcec82019-06-05 15:57:30 -04001---
2- project:
3 name: ric-plt-rtmgr-project-view
4 project-name: ric-plt-rtmgr
5 views:
6 - project-view
7
Andrew Grimberga105a192019-06-11 13:42:38 -07008- project:
9 name: ric-plt-rtmgr-info
10 project: ric-plt/rtmgr
11 project-name: ric-plt-rtmgr
12 build-node: centos7-builder-1c-1g
Andrew Grimberga105a192019-06-11 13:42:38 -070013 jobs:
14 - gerrit-info-yaml-verify
Lott, Christopher (cl778h)3f5f89b2019-08-05 10:25:58 -040015
16- rtmgr_docker_common: &rtmgr_docker_common
17 # values apply to all rtmgr docker projects
18 name: rtmgr-docker-common
19 # git repo
20 project: ric-plt/rtmgr
21 # jenkins job name prefix
22 project-name: ric-plt-rtmgr
23 # maven settings file has docker credentials
24 mvn-settings: ric-plt-rtmgr-settings
25
26- project:
27 <<: *rtmgr_docker_common
28 name: ric-plt-rtmgr
29 # image name
30 docker-name: '{name}'
31 # source of docker tag
32 container-tag-method: yaml-file
33 # use host network to clone from our gerrit
34 docker-build-args: '--network=host'
35 jobs:
36 - '{project-name}-gerrit-docker-jobs'
37 stream:
38 - master:
39 branch: master