blob: d600bafa9f83d3844e0f53b9f349e62a657e80f8 [file] [log] [blame]
Lott, Christopher (cl778h)0d28db12019-06-05 11:41:33 -04001---
2- project:
3 name: ric-plt-dbaas-project-view
4 project-name: ric-plt-dbaas
5 views:
6 - project-view
7
8- dbaas_docker_common: &dbaas_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: dbaas-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 # source of docker tag
20 docker-use-params-from: yaml-file-params
21 stream:
22 - master:
23 branch: master
24
25- project:
26 name: ric-plt-dbaas
27 # git repo
28 project: ric-plt/dbaas
29 # jenkins job name prefix
30 project-name: '{name}'
31 # image name
32 docker-name: '{name}'
33 # Specify docker file and host network
34 docker-build-args: '--network=host -f docker/Dockerfile.redis'
35 # maven settings file has docker credentials
36 mvn-settings: ric-plt-dbaas-settings
37 jobs:
38 - '{project-name}-gerrit-docker-jobs'
39 <<: *dbaas_docker_common