X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Faiml-fw-awmf-tm%2Faiml-fw-awmf-tm.yaml;h=54d8702caf154baa47f40e57631f5fbe4d17f7c7;hb=refs%2Fchanges%2F79%2F9679%2F3;hp=8a93a48cb7b5e7e7b336296fcfe5cf826e5ef9ce;hpb=4b0c3f0ce30aa41ebf11b406dd8f89a542d1a947;p=ci-management.git diff --git a/jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml b/jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml index 8a93a48c..54d8702c 100644 --- a/jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml +++ b/jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml @@ -12,4 +12,42 @@ build-node: centos7-builder-1c-1g branch: master jobs: - - gerrit-info-yaml-verify \ No newline at end of file + - gerrit-info-yaml-verify + +- aiml_tm_docker_common: &aiml_tm_docker_common + # values apply to all training manager projects + name: aiml-fw-awmf-tm-docker-common + # git repo + project: aiml-fw/awmf/tm + # jenkins job name prefix + project-name: aiml-fw-awmf-tm + # maven settings file has docker credentials + mvn-settings: aiml-fw-awmf-tm-settings + +- project: + <<: *aiml_tm_docker_common + name: aiml-fw-awmf-tm-release + # maven release requires sigul which requires centos + # container release requires docker + build-node: centos7-docker-2c-8g + jobs: + - '{project-name}-gerrit-release-jobs' + +- project: + <<: *aiml_tm_docker_common + name: aiml-fw-awmf-tm-docker + project-name: '{name}' + # image name + docker-name: 'o-ran-sc/{name}' + # Dockerfile is in a subdir + docker-root: '.' + # source of docker tag + # dockerfile is in subdir of docker root + docker-build-args: '--network=host' + container-tag-method: yaml-file + build-node: ubuntu1804-docker-4c-4g + jobs: + - "{project-name}-gerrit-docker-jobs" + stream: + - master: + branch: master