blob: 325d79ac42ee3aad435d98deb113dcdc6d9c4618 [file] [log] [blame]
Andrew Grimberg6d992732017-02-02 15:10:59 -08001---
2- project:
Jessica Wagantall0769c982018-11-13 14:33:02 -08003 name: portal-project-view
4 project-name: portal
5 views:
6 - project-view
7
8- project:
Andrew Grimberg6d992732017-02-02 15:10:59 -08009 name: portal
10 project-name: 'portal'
11 jobs:
Jessica Wagantallb78c3a62019-02-04 14:32:35 -080012 - gerrit-maven-stage:
13 sign-artifacts: true
14 build-node: centos7-builder-4c-4g
15 maven-versions-plugin: true
Christopher Lott (cl778h)e1f6f142017-10-26 15:27:01 -040016 - '{project-name}-{stream}-release-java-daily'
Lorraine Welcha3e75752020-03-24 18:25:08 -040017 - '{project-name}-gerrit-release-jobs':
18 build-node: centos7-docker-8c-8g
19
Andrew Grimberg6d992732017-02-02 15:10:59 -080020 project: 'portal'
21 stream:
22 - 'master':
23 branch: 'master'
stattae9c48f32020-04-01 18:48:40 -040024 - 'release-3.2.0':
25 branch: 'release-3.2.0'
Andrew Grimberg6d992732017-02-02 15:10:59 -080026 mvn-settings: 'portal-settings'
27 files: '**'
28 archive-artifacts: ''
statta40cec502020-03-31 11:41:57 -040029 build-node: ubuntu1804-builder-4c-4g
Christopher Lott (cl778h)1757f752017-06-12 14:32:14 -040030 maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER
Anil Belurd2d5f282018-07-14 20:09:36 +100031
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080032- project:
33 name: portal-sonar
34 jobs:
35 - gerrit-maven-sonar
Jessica Wagantall14698a82019-11-18 17:05:46 -080036 sonarcloud: true
37 sonarcloud-project-organization: '{sonarcloud_project_organization}'
38 sonarcloud-api-token: '{sonarcloud_api_token}'
39 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
Jessica Wagantall883808b2020-01-09 10:54:25 -080040 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070041 cron: '@daily'
statta40cec502020-03-31 11:41:57 -040042 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080043 project: 'portal'
44 project-name: 'portal'
45 branch: 'master'
46 mvn-settings: 'portal-settings'
47 mvn-goals: 'clean install'
Jessica Wagantallbb481412018-03-09 18:42:28 -080048 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070049
50- project:
Artem Naluzhnyy9ae77102019-08-17 17:44:51 +020051 name: 'portal-coverity'
52 jobs:
Artem Naluzhnyy18bd23c2019-09-30 10:06:15 +020053 - 'onap-gerrit-maven-coverity'
Artem Naluzhnyy9ae77102019-08-17 17:44:51 +020054 cron: '@daily'
Artem Naluzhnyy18bd23c2019-09-30 10:06:15 +020055 max-git-repo-age-hours: 48
statta40cec502020-03-31 11:41:57 -040056 build-node: 'ubuntu1804-builder-4c-4g'
Artem Naluzhnyy9ae77102019-08-17 17:44:51 +020057 project: 'portal'
58 project-name: 'portal'
59 branch: 'master'
60 mvn-settings: 'portal-settings'
61 # FIXME: it does not build without building tests at the moment
62 #mvn-params: '-Dmaven.test.skip=true'
63 mvn-params: '-DskipTests'
64 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
65 coverity-project-name: 'onap-portal'
66 coverity-token: 'ViM5eI953g1mE2vb8MiHtA'
67 coverity-user-email: 'A.Naluzhnyy@samsung.com'
68 coverity-search-paths: >
69 ecomp-portal-FE-os/client
70 ecomp-portal-FE-os/mock
71 ecomp-portal-FE-os/server
72 ecomp-portal-widget-ms
73 ecomp-portal-FE-common/client/app
74 coverity-search-exclude-regexs: >
75 /cov-int/
76 /cov-analysis-
77 ^/usr/
78 ^/home/
79 /node_modules/
80 /bower_components/
81 /bower_components_external/
82 /src/test/
83 /__test__/
84
85- project:
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070086 name: portal-clm
87 jobs:
88 - gerrit-maven-clm
Jessica Wagantallf9871362018-12-03 18:02:07 -080089 nexus-iq-namespace: 'onap-'
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070090 project: portal
91 project-name: 'portal'
92 branch: 'master'
statta40cec502020-03-31 11:41:57 -040093 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070094 mvn-settings: 'portal-settings'
Jessica Wagantallbb2b1d32019-02-27 00:28:07 -080095
96- project:
97 name: portal-info
98 project-name: portal
99 jobs:
100 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -0800101 build-node: centos7-builder-2c-1g
Jessica Wagantallbb2b1d32019-02-27 00:28:07 -0800102 project: portal
103 branch: master