3 name: ric-app-admin-project-view
4 project-name: ric-app-admin
8 - admin_docker_common: &admin_docker_common
9 # values apply to all RIC docker-build projects.
10 # factored out in case ric-app-admin needs multiple projects.
11 # use a specific name to prevent reuse attempts
12 # bcos anchors don't cross document boundaries.
13 name: admin-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 docker-use-params-from: yaml-file-params
30 project: ric-app/admin
31 # jenkins job name prefix
32 project-name: '{name}'
35 # maven settings file has docker credentials
36 mvn-settings: ric-app-admin-settings
38 - '{project-name}-gerrit-docker-jobs'
39 <<: *admin_docker_common