From f48268ed82d417a49959037c0c6488c7ae36c276 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Wed, 5 Jun 2019 07:25:08 -0400 Subject: [PATCH] Add Jenkins verify and merge jobs for AppMgr This builds an image to be pushed to the LF registry. Signed-off-by: Lott, Christopher (cl778h) Change-Id: I731fd20e4713812f0792cffda78e48baa645ecbf --- jjb/ric-plt-appmgr/ric-plt-appmgr.yaml | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 jjb/ric-plt-appmgr/ric-plt-appmgr.yaml diff --git a/jjb/ric-plt-appmgr/ric-plt-appmgr.yaml b/jjb/ric-plt-appmgr/ric-plt-appmgr.yaml new file mode 100644 index 00000000..e680f533 --- /dev/null +++ b/jjb/ric-plt-appmgr/ric-plt-appmgr.yaml @@ -0,0 +1,39 @@ +--- +- project: + name: ric-plt-appmgr-project-view + project-name: ric-plt-appmgr + views: + - project-view + +- appmgr_docker_common: &appmgr_docker_common + # values apply to all RIC docker-build projects. + # factored out in case appmgr needs multiple projects. + # use a specific name to prevent reuse attempts + # bcos anchors don't cross document boundaries. + name: appmgr-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 + # use host network to clone from our gerrit + docker-build-args: '--network=host' + # source of docker tag + docker-use-params-from: yaml-file-params + stream: + - master: + branch: master + +- project: + name: ric-plt-appmgr + # git repo + project: ric-plt/appmgr + # jenkins job name prefix + project-name: '{name}' + # image name + docker-name: '{name}' + # maven settings file has docker credentials + mvn-settings: ric-plt-appmgr-settings + jobs: + - '{project-name}-gerrit-docker-jobs' + <<: *appmgr_docker_common -- 2.16.6