From 5b2646813267a473e4a1654de81fcd2cb3d76fe0 Mon Sep 17 00:00:00 2001 From: Abdulwahidw Date: Fri, 6 Dec 2024 07:16:29 +0200 Subject: [PATCH] Adding jenkins configuration for conflict mgr Change-Id: I5e5de226ceae20beee1cbbfd9e185909f8ac8277 Signed-off-by: Abdulwahidw --- jjb/ric-plt-conflictmgr/ric-plt-conflictmgr.yaml | 41 ++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 jjb/ric-plt-conflictmgr/ric-plt-conflictmgr.yaml diff --git a/jjb/ric-plt-conflictmgr/ric-plt-conflictmgr.yaml b/jjb/ric-plt-conflictmgr/ric-plt-conflictmgr.yaml new file mode 100644 index 00000000..7afe0b6b --- /dev/null +++ b/jjb/ric-plt-conflictmgr/ric-plt-conflictmgr.yaml @@ -0,0 +1,41 @@ +--- +- project: + name: ric-plt-conflictmgr-project-view + project-name: ric-plt-conflictmgr + views: + - project-view + +- _conflictmgr_docker_common: + &conflictmgr_docker_common # values apply to all conflictmgr docker projects + name: conflictmgr-docker-common + # git repo + project: ric-plt/conflictmgr + # jenkins job name prefix + project-name: ric-plt-conflictmgr + # maven settings file has docker credentials + mvn-settings: ric-plt-conflictmgr-settings + +- project: + <<: *conflictmgr_docker_common + name: ric-plt-conflictmgr + # image name + docker-name: "o-ran-sc/{name}" + # source of docker tag + container-tag-method: yaml-file + # use host network to clone from our gerrit + docker-build-args: "--network=host" + jobs: + - "{project-name}-gerrit-docker-jobs" + stream: + - master: + branch: master + +- project: + <<: *conflictmgr_docker_common + name: ric-plt-conflictmgr-release + # maven release requires sigul which requires centos + # container release requires docker + build-node: centos7-docker-2c-8g + jobs: + - "{project-name}-gerrit-release-jobs" + -- 2.16.6