blob: 9889b3c7830365bb5a4372f56daa3da1aec1ea55 [file] [log] [blame]
Lott, Christopher (cl778h)72b4e6a2019-06-17 15:24:31 -04001---
2- project:
3 name: ric-plt-e2mgr-project-view
4 project-name: ric-plt-e2mgr
5 views:
6 - project-view
7
Lott, Christopher (cl778h)72b4e6a2019-06-17 15:24:31 -04008- project:
9 name: ric-plt-e2mgr-info
10 project: ric-plt/e2mgr
11 project-name: ric-plt-e2mgr
12 build-node: centos7-builder-1c-1g
Lott, Christopher (cl778h)72b4e6a2019-06-17 15:24:31 -040013 jobs:
14 - gerrit-info-yaml-verify
Lott, Christopher (cl778h)3f5f89b2019-08-05 10:25:58 -040015
16- e2mgr_docker_common: &e2mgr_docker_common
17 # values apply to all E2MGR docker projects
18 name: e2mgr-docker-common
19 # git repo
20 project: ric-plt/e2mgr
21 # jenkins job name prefix
22 project-name: ric-plt-e2mgr
23 # maven settings file has docker credentials
24 mvn-settings: ric-plt-e2mgr-settings
25
26- project:
27 <<: *e2mgr_docker_common
28 name: ric-plt-e2mgr
29 # image name
30 docker-name: '{name}'
31 # Dockerfile is in a subdir
32 docker-root: E2Manager
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