Adding jenkins configuration for conflict mgr 77/13677/2
authorAbdulwahidw <abdulwahid.w@nokia.com>
Fri, 6 Dec 2024 05:16:29 +0000 (07:16 +0200)
committerAbdulwahidw <abdulwahid.w@nokia.com>
Fri, 6 Dec 2024 05:18:21 +0000 (07:18 +0200)
Change-Id: I5e5de226ceae20beee1cbbfd9e185909f8ac8277
Signed-off-by: Abdulwahidw <abdulwahid.w@nokia.com>
jjb/ric-plt-conflictmgr/ric-plt-conflictmgr.yaml [new file with mode: 0644]

diff --git a/jjb/ric-plt-conflictmgr/ric-plt-conflictmgr.yaml b/jjb/ric-plt-conflictmgr/ric-plt-conflictmgr.yaml
new file mode 100644 (file)
index 0000000..7afe0b6
--- /dev/null
@@ -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"
+