From: Jessica Wagantall Date: Tue, 12 Nov 2019 22:08:25 +0000 (+0000) Subject: Merge "Add CI job for camunda and service-api" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b6b4692bf9db111dd83210cadc47d16e0d360276;hp=794199e22a30783d64442071b2718afaf6b64d74;p=ci-management.git Merge "Add CI job for camunda and service-api" --- diff --git a/jjb/it-otf/it-otf.yaml b/jjb/it-otf/it-otf.yaml index 4c8419aa..e228a6b9 100644 --- a/jjb/it-otf/it-otf.yaml +++ b/jjb/it-otf/it-otf.yaml @@ -35,8 +35,6 @@ project: it/otf # source of docker tag container-tag-method: yaml-file - # use host network to clone from our gerrit - docker-build-args: '--network=host' # maven settings file has docker credentials mvn-settings: it-otf-settings jobs: @@ -134,3 +132,39 @@ gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: '{docker-root}/.*' + +- project: + <<: *it_otf_common + name: it-otf-camunda + # jenkins job name prefix + project-name: '{name}' + # image name + docker-name: '{name}' + # start in parent directory with shared files + docker-root: otf-camunda + # dockerfile is in subdir of docker root + docker-build-args: '--network=host -f ./docker/Dockerfile' + # tag file is in subdir + container-tag-yaml-dir: '{docker-root}/docker' + # build only on relevant changes + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '{docker-root}/.*' + +- project: + <<: *it_otf_common + name: it-otf-service-api + # jenkins job name prefix + project-name: '{name}' + # image name + docker-name: '{name}' + # start in parent directory with shared files + docker-root: otf-service-api + # dockerfile is in subdir of docker root + docker-build-args: '--network=host -f ./docker/Dockerfile' + # tag file is in subdir + container-tag-yaml-dir: '{docker-root}/docker' + # build only on relevant changes + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '{docker-root}/.*'