X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric-plt-sme%2Fnonrtric-plt-sme.yaml;h=e87bbdb974f75df2956e52d02606b0e9c2f62d67;hb=5a8739dc2ad72b7ec65fbd78cbb4eb6ea0ef37d6;hp=23b2338a42383920639af389e92f228b1ba43ebd;hpb=ec5058ed2b7b64d9b392eabdc2ccc35cc4709142;p=ci-management.git diff --git a/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml b/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml index 23b2338a..e87bbdb9 100644 --- a/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml +++ b/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml @@ -5,25 +5,47 @@ views: - project-view -- project: &sme_common +- project: name: nonrtric-plt-sme-info project: nonrtric/plt/sme project-name: nonrtric-plt-sme # maven settings file has docker credentials - mvn-settings: nonrtric-plt-sme-settings build-node: centos7-builder-1c-1g branch: master jobs: - gerrit-info-yaml-verify +- nonrtric_plt_sme_common: &nonrtric_plt_sme_common + # values apply to all projects here + name: nonrtric-plt-sme-common + # git repo + project: nonrtric/plt/sme + # jenkins job name prefix + project-name: nonrtric-plt-sme + # maven settings file has docker credentials + mvn-settings: nonrtric-plt-sme-settings + # defaults.yaml value is NOT used due to value set in lf-maven-jobs.yaml + java-version: openjdk11 + mvn-version: mvn36 + +- project: + <<: *nonrtric_plt_sme_common + name: nonrtric-plt-sme-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: - <<: *sme_common + <<: *nonrtric_plt_sme_common name: nonrtric-plt-sme-capifcore project-name: '{name}' # image name docker-name: 'o-ran-sc/nonrtric-plt-capifcore' # get tag from YAML container-tag-method: yaml-file + container-tag-yaml-dir: capifcore # use host network to clone from our gerrit docker-build-args: '--network=host' # Directory with Dockerfile @@ -44,9 +66,8 @@ branch: master - project: - <<: *sme_common + <<: *nonrtric_plt_sme_common name: nonrtric-plt-sme-capifcore-sonar - project-name: nonrtric-plt-sme-capifcore # prescan script requires ubuntu # golang is only on docker-enabled nodes build-node: ubuntu1804-docker-4c-4g