From: Abdulwahidw Date: Fri, 6 Dec 2024 05:16:29 +0000 (+0200) Subject: Adding jenkins configuration for conflict mgr X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5b2646813267a473e4a1654de81fcd2cb3d76fe0;p=ci-management.git Adding jenkins configuration for conflict mgr Change-Id: I5e5de226ceae20beee1cbbfd9e185909f8ac8277 Signed-off-by: Abdulwahidw --- 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" +