X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Faiml-fw-athp-data-extraction%2Faiml-fw-athp-data-extraction.yaml;h=dd1e0c538a19d322262d843e4aa88cd3f0d767a9;hb=5a8739dc2ad72b7ec65fbd78cbb4eb6ea0ef37d6;hp=b59f2942c2c6c78b4c0fea121ee1b61f043de1e3;hpb=1af853d2eafa081daeb8749aadaf42c366e9a6f0;p=ci-management.git diff --git a/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml b/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml index b59f2942..dd1e0c53 100644 --- a/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml +++ b/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.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_de_docker_common: &aiml_de_docker_common + # values apply to all training manager projects + name: aiml-fw-athp-data-extraction-docker-common + # git repo + project: aiml-fw/athp/data-extraction + # jenkins job name prefix + project-name: aiml-fw-athp-data-extraction + # maven settings file has docker credentials + mvn-settings: aiml-fw-athp-data-extraction-settings + +- project: + <<: *aiml_de_docker_common + name: aiml-fw-athp-data-extraction-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_de_docker_common + name: aiml-fw-athp-data-extraction-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