blob: b78eb71345c2234f3a9f305b23318e4148a22daa [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
8- e2mgr_docker_common: &e2mgr_docker_common
9 # values apply to all RIC docker-build projects.
10 # factored out in case this needs multiple projects.
11 # use a specific name to prevent reuse attempts
12 # bcos anchors don't cross document boundaries.
13 name: e2mgr-docker-common
14 build-node: ubuntu1804-docker-4c-4g
15 # pull from the public mirror + releases registry
16 container-public-registry: nexus3.o-ran-sc.org:10001
17 # push to the staging repo bcos all builds are RCs
18 container-push-registry: nexus3.o-ran-sc.org:10004
19 # use host network to clone from our gerrit
20 docker-build-args: '--network=host'
21 # source of docker tag
22 container-tag-method: yaml-file
23 stream:
24 - master:
25 branch: master
26
27- project:
28 name: ric-plt-e2mgr
29 # git repo
30 project: ric-plt/e2mgr
31 # jenkins job name prefix
32 project-name: '{name}'
33 # image name
34 docker-name: '{name}'
35 # maven settings file has docker credentials
36 mvn-settings: ric-plt-e2mgr-settings
37 # Dockerfile is in a subdir
38 docker-root: E2Manager
39 jobs:
40 - '{project-name}-gerrit-docker-jobs'
41 <<: *e2mgr_docker_common
42
43- project:
44 name: ric-plt-e2mgr-info
45 project: ric-plt/e2mgr
46 project-name: ric-plt-e2mgr
47 build-node: centos7-builder-1c-1g
48
49 jobs:
50 - gerrit-info-yaml-verify