blob: 50f794ed39983fcdb0c11704e0f043b38f1cf666 [file] [log] [blame]
---
- project:
name: ric-app-bouncer-project-view
project-name: ric-app-bouncer
views:
- project-view
- _bouncer_common: &bouncer_common # values apply to all projects
name: bouncer-common
# git repo
project: ric-app/bouncer
# jenkins prefix
project-name: ric-app-bouncer
# maven settings file has docker credentials
mvn-settings: ric-app-bouncer-settings
# create docker image when source changes
- project:
<<: *bouncer_common
# also used as image name
name: ric-app-bouncer
# image name
docker-name: "o-ran-sc/{name}"
# docker root
docker-root: Bouncer
# source type of image tag
container-tag-method: yaml-file
# use host network
docker-build-args: "--network=host"
# tag file is in subdir
container-tag-yaml-dir: Bouncer
# trigger on any change other than a file in ./docs
gerrit_trigger_file_paths:
- compare-type: REG_EXP
pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$'
- compare-type: REG_EXP
pattern: "bouncer/.*"
jobs:
- "{project-name}-gerrit-docker-jobs"
stream:
- master:
branch: master
# push nexus image from staging to release
- project:
<<: *bouncer_common
name: ric-app-bouncer-release
# maven release requires sigul which requires centos
# container release requires docker
build-node: centos7-docker-2c-8g
jobs:
- "{project-name}-gerrit-release-jobs"