X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-vespamgr%2Fric-plt-vespamgr.yaml;fp=jjb%2Fric-plt-vespamgr%2Fric-plt-vespamgr.yaml;h=df44cf9d9eba7b06a5e5b7d66e0d33572733983a;hb=b5b9c11b8e814b3c1d4c6b8650efde4b9b2ecbf0;hp=0000000000000000000000000000000000000000;hpb=e50c6996ecc9c3a085aa2822c791f296261bfb19;p=ci-management.git 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