X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fportal-ric-dashboard%2Fportal-ric-dashboard.yaml;fp=jjb%2Fportal-ric-dashboard%2Fportal-ric-dashboard.yaml;h=0000000000000000000000000000000000000000;hp=83c3945b92242c00c9a4c4c2fc519d095b78a418;hb=25e2a97a663c633797a91b14d5cc81d130f7f30f;hpb=fd7838509ca934dcfc6e711d7a7a739330d51acf diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml deleted file mode 100644 index 83c3945b..00000000 --- a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml +++ /dev/null @@ -1,77 +0,0 @@ ---- -- project: - name: portal-ric-dashboard-project-view - project-name: portal-ric-dashboard - views: - - project-view - -- project: - name: portal-ric-dashboard-info - project: portal/ric-dashboard - project-name: portal-ric-dashboard - build-node: centos8-builder-1c-1g - jobs: - - gerrit-info-yaml-verify - -- portal_ric_dashboard_common: &portal_ric_dashboard_common - # values apply to all projects here - name: portal-ric-dashboard-common - # git repo - project: portal/ric-dashboard - # jenkins job name prefix - project-name: portal-ric-dashboard - # maven settings file has docker credentials - mvn-settings: portal-ric-dashboard-settings - # defaults.yaml value is NOT used due to value set in lf-maven-jobs.yaml - java-version: openjdk11 - -# build docker images from code -- project: - <<: *portal_ric_dashboard_common - name: portal-ric-dashboard-project - mvn-params: -f dashboard -Dbuild.number=${{BUILD_NUMBER}} - gerrit_trigger_file_paths: - - compare-type: REG_EXP - pattern: 'dashboard/.*' - jobs: - - gerrit-maven-docker-verify - - gerrit-maven-docker-merge - - gerrit-maven-docker-stage: - # stage every Saturday, not daily - cron: 'H H * * 6' - stream: - - master: - branch: master - -# analyze code periodically -- project: - <<: *portal_ric_dashboard_common - name: portal-ric-dashboard-clm - # template goal install builds docker image unnecessarily - mvn-params: -f dashboard -Ddocker.skip=true - nexus-iq-namespace: 'oran-' - jobs: - - gerrit-maven-clm - -# report test coverage periodically -- project: - <<: *portal_ric_dashboard_common - name: portal-ric-dashboard-sonar - # template goal install builds docker image unnecessarily - mvn-params: -f dashboard -Ddocker.skip=true - sonarcloud: true - sonarcloud-api-token: '{sonarcloud_api_token}' - sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' - sonarcloud-project-organization: '{sonarcloud_project_organization}' - jobs: - - gerrit-maven-sonar - -# promote container images to release registry -- project: - <<: *portal_ric_dashboard_common - name: portal-ric-dashboard-release - # maven release requires sigul which requires centos - # container release requires docker - build-node: centos7-docker-2c-8g - jobs: - - '{project-name}-gerrit-release-jobs'