From: Lott, Christopher (cl778h) Date: Thu, 15 Aug 2019 12:14:35 +0000 (-0400) Subject: Add templates for ric-plt/vespamgr project jobs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b5b9c11b8e814b3c1d4c6b8650efde4b9b2ecbf0;p=ci-management.git Add templates for ric-plt/vespamgr project jobs Signed-off-by: Lott, Christopher (cl778h) Change-Id: I541b2f6a43fafcbf6ed41c272f9ada20f67c266d --- diff --git a/jjb/ric-plt-vespamgr/ric-plt-vespamgr.yaml b/jjb/ric-plt-vespamgr/ric-plt-vespamgr.yaml new file mode 100644 index 00000000..df44cf9d --- /dev/null +++ b/jjb/ric-plt-vespamgr/ric-plt-vespamgr.yaml @@ -0,0 +1,39 @@ +--- +- project: + name: ric-plt-vespamgr-project-view + project-name: ric-plt-vespamgr + views: + - project-view + +- project: + name: ric-plt-vespamgr-info + project: ric-plt/vespamgr + project-name: ric-plt-vespamgr + build-node: centos7-builder-1c-1g + jobs: + - gerrit-info-yaml-verify + +- vespamgr_docker_common: &vespamgr_docker_common + # values apply to all vespamgr docker projects + name: vespamgr-docker-common + # git repo + project: ric-plt/vespamgr + # jenkins job name prefix + project-name: ric-plt-vespamgr + # maven settings file has docker credentials + mvn-settings: ric-plt-vespamgr-settings + +- project: + <<: *vespamgr_docker_common + name: ric-plt-vespamgr + # image name + docker-name: '{name}' + # source of docker tag + container-tag-method: yaml-file + # use host network + docker-build-args: '--network=host' + jobs: + - '{project-name}-gerrit-docker-jobs' + stream: + - master: + branch: master