blob: 22dd95ee93a10d6c76d92c3d690a7a619e001c8b [file] [log] [blame]
---
- project:
name: ric-plt-lib-rmr-project-view
project-name: ric-plt-lib-rmr
views:
- project-view
- rmr_docker_common: &rmr_docker_common
# values apply to all RIC docker-build projects.
# factored out in case rmr needs multiple projects.
# use a specific name to prevent reuse attempts
# bcos anchors don't cross document boundaries.
name: rmr-docker-common
build-node: ubuntu1804-docker-4c-4g
# pull from the public mirror + releases registry
container-public-registry: nexus3.o-ran-sc.org:10001
# push to the staging repo bcos all builds are RCs
container-push-registry: nexus3.o-ran-sc.org:10004
stream:
- master:
branch: master
- project:
name: ric-plt-lib-rmr
# git repo
project: ric-plt/lib/rmr
# jenkins job name prefix
project-name: '{name}'
# use host network to clone from our gerrit
docker-build-args: '--network=host -f ci/Dockerfile'
# image name
docker-name: '{name}'
# image tag, use a fixed value
container-tag-method: latest
# maven settings file has docker credentials
mvn-settings: ric-plt-lib-rmr-settings
jobs:
# verify only; no merge bcos no image is pushed
- gerrit-docker-verify
<<: *rmr_docker_common