Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 1 | --- |
| 2 | - project: |
Lott, Christopher (cl778h) | 42510dc | 2019-05-03 14:43:15 -0400 | [diff] [blame] | 3 | name: portal-ric-dashboard-project-view |
| 4 | project-name: portal-ric-dashboard |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 9 | name: portal-ric-dashboard-info |
| 10 | project: portal/ric-dashboard |
Lott, Christopher (cl778h) | 42510dc | 2019-05-03 14:43:15 -0400 | [diff] [blame] | 11 | project-name: portal-ric-dashboard |
Lott, Christopher (cl778h) | 6cde734 | 2020-04-03 12:48:31 -0400 | [diff] [blame] | 12 | build-node: centos8-builder-1c-1g |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
| 15 | |
| 16 | - portal_ric_dashboard_common: &portal_ric_dashboard_common |
| 17 | # values apply to all projects here |
| 18 | name: portal-ric-dashboard-common |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 19 | # git repo |
| 20 | project: portal/ric-dashboard |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 21 | # jenkins job name prefix |
| 22 | project-name: portal-ric-dashboard |
| 23 | # maven settings file has docker credentials |
Lott, Christopher (cl778h) | 42510dc | 2019-05-03 14:43:15 -0400 | [diff] [blame] | 24 | mvn-settings: portal-ric-dashboard-settings |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 25 | # defaults.yaml value is NOT used due to value set in lf-maven-jobs.yaml |
Lott, Christopher (cl778h) | a21196f | 2019-07-09 17:25:16 -0400 | [diff] [blame] | 26 | java-version: openjdk11 |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 27 | |
Lott, Christopher (cl778h) | 1a021cf | 2020-01-27 10:00:51 -0500 | [diff] [blame] | 28 | # build docker images from code |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 29 | - project: |
| 30 | <<: *portal_ric_dashboard_common |
| 31 | name: portal-ric-dashboard-project |
Lott, Christopher (cl778h) | 1a021cf | 2020-01-27 10:00:51 -0500 | [diff] [blame] | 32 | mvn-params: -f dashboard -Dbuild.number=${{BUILD_NUMBER}} |
| 33 | gerrit_trigger_file_paths: |
| 34 | - compare-type: REG_EXP |
| 35 | pattern: 'dashboard/.*' |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 36 | jobs: |
| 37 | - gerrit-maven-docker-verify |
| 38 | - gerrit-maven-docker-merge |
Lott, Christopher (cl778h) | f784ba7 | 2019-11-01 10:48:29 -0400 | [diff] [blame] | 39 | - gerrit-maven-docker-stage: |
| 40 | # stage every Saturday, not daily |
| 41 | cron: 'H H * * 6' |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 42 | stream: |
| 43 | - master: |
| 44 | branch: master |
| 45 | |
Lott, Christopher (cl778h) | 1a021cf | 2020-01-27 10:00:51 -0500 | [diff] [blame] | 46 | # analyze code periodically |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 47 | - project: |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 48 | <<: *portal_ric_dashboard_common |
Lott, Christopher (cl778h) | c9e1609 | 2019-07-30 20:49:43 -0400 | [diff] [blame] | 49 | name: portal-ric-dashboard-clm |
Lott, Christopher (cl778h) | 1a021cf | 2020-01-27 10:00:51 -0500 | [diff] [blame] | 50 | # template goal install builds docker image unnecessarily |
| 51 | mvn-params: -f dashboard -Ddocker.skip=true |
Lott, Christopher (cl778h) | 0ded767 | 2019-07-30 22:09:31 -0400 | [diff] [blame] | 52 | nexus-iq-namespace: 'oran-' |
Lott, Christopher (cl778h) | c9e1609 | 2019-07-30 20:49:43 -0400 | [diff] [blame] | 53 | jobs: |
| 54 | - gerrit-maven-clm |
| 55 | |
Lott, Christopher (cl778h) | 1a021cf | 2020-01-27 10:00:51 -0500 | [diff] [blame] | 56 | # report test coverage periodically |
Lott, Christopher (cl778h) | c9e1609 | 2019-07-30 20:49:43 -0400 | [diff] [blame] | 57 | - project: |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 58 | <<: *portal_ric_dashboard_common |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 59 | name: portal-ric-dashboard-sonar |
Lott, Christopher (cl778h) | 1a021cf | 2020-01-27 10:00:51 -0500 | [diff] [blame] | 60 | # template goal install builds docker image unnecessarily |
| 61 | mvn-params: -f dashboard -Ddocker.skip=true |
Andrew Grimberg | 5ce239d | 2019-05-06 16:08:36 -0700 | [diff] [blame] | 62 | sonarcloud: true |
Lott, Christopher (cl778h) | 601a6cc | 2019-10-15 15:43:14 -0400 | [diff] [blame] | 63 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 64 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 65 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
Lott, Christopher (cl778h) | 0ded767 | 2019-07-30 22:09:31 -0400 | [diff] [blame] | 66 | jobs: |
| 67 | - gerrit-maven-sonar |
Lott, Christopher (cl778h) | af00d5e | 2019-11-15 18:16:20 -0500 | [diff] [blame] | 68 | |
Lott, Christopher (cl778h) | 1a021cf | 2020-01-27 10:00:51 -0500 | [diff] [blame] | 69 | # promote container images to release registry |
Lott, Christopher (cl778h) | af00d5e | 2019-11-15 18:16:20 -0500 | [diff] [blame] | 70 | - project: |
| 71 | <<: *portal_ric_dashboard_common |
| 72 | name: portal-ric-dashboard-release |
Lott, Christopher (cl778h) | af00d5e | 2019-11-15 18:16:20 -0500 | [diff] [blame] | 73 | # maven release requires sigul which requires centos |
| 74 | # container release requires docker |
| 75 | build-node: centos7-docker-2c-8g |
| 76 | jobs: |
| 77 | - '{project-name}-gerrit-release-jobs' |