blob: c5d16d1847637192c00072270a55938c457c785a [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'
Andrew Grimberg6d992732017-02-02 15:10:59 -080017 project: 'portal'
18 stream:
19 - 'master':
20 branch: 'master'
21 mvn-settings: 'portal-settings'
22 files: '**'
23 archive-artifacts: ''
Jessica Wagantall4f41c692018-03-19 14:44:18 -070024 build-node: ubuntu1604-builder-4c-4g
Christopher Lott (cl778h)1757f752017-06-12 14:32:14 -040025 maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER
Anil Belurd2d5f282018-07-14 20:09:36 +100026
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080027- project:
28 name: portal-sonar
29 jobs:
30 - gerrit-maven-sonar
Jessica Wagantall14698a82019-11-18 17:05:46 -080031 sonarcloud: true
32 sonarcloud-project-organization: '{sonarcloud_project_organization}'
33 sonarcloud-api-token: '{sonarcloud_api_token}'
34 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
Jessica Wagantall883808b2020-01-09 10:54:25 -080035 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070036 cron: '@daily'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070037 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080038 project: 'portal'
39 project-name: 'portal'
40 branch: 'master'
41 mvn-settings: 'portal-settings'
42 mvn-goals: 'clean install'
Jessica Wagantallbb481412018-03-09 18:42:28 -080043 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070044
45- project:
Artem Naluzhnyy9ae77102019-08-17 17:44:51 +020046 name: 'portal-coverity'
47 jobs:
Artem Naluzhnyy18bd23c2019-09-30 10:06:15 +020048 - 'onap-gerrit-maven-coverity'
Artem Naluzhnyy9ae77102019-08-17 17:44:51 +020049 cron: '@daily'
Artem Naluzhnyy18bd23c2019-09-30 10:06:15 +020050 max-git-repo-age-hours: 48
Artem Naluzhnyy9ae77102019-08-17 17:44:51 +020051 build-node: 'ubuntu1604-builder-4c-4g'
52 project: 'portal'
53 project-name: 'portal'
54 branch: 'master'
55 mvn-settings: 'portal-settings'
56 # FIXME: it does not build without building tests at the moment
57 #mvn-params: '-Dmaven.test.skip=true'
58 mvn-params: '-DskipTests'
59 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
60 coverity-project-name: 'onap-portal'
61 coverity-token: 'ViM5eI953g1mE2vb8MiHtA'
62 coverity-user-email: 'A.Naluzhnyy@samsung.com'
63 coverity-search-paths: >
64 ecomp-portal-FE-os/client
65 ecomp-portal-FE-os/mock
66 ecomp-portal-FE-os/server
67 ecomp-portal-widget-ms
68 ecomp-portal-FE-common/client/app
69 coverity-search-exclude-regexs: >
70 /cov-int/
71 /cov-analysis-
72 ^/usr/
73 ^/home/
74 /node_modules/
75 /bower_components/
76 /bower_components_external/
77 /src/test/
78 /__test__/
79
80- project:
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070081 name: portal-clm
82 jobs:
83 - gerrit-maven-clm
Jessica Wagantallf9871362018-12-03 18:02:07 -080084 nexus-iq-namespace: 'onap-'
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070085 project: portal
86 project-name: 'portal'
87 branch: 'master'
Jessica Wagantall8362bbf2018-11-07 12:36:33 -080088 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070089 mvn-settings: 'portal-settings'
Jessica Wagantallbb2b1d32019-02-27 00:28:07 -080090
91- project:
92 name: portal-info
93 project-name: portal
94 jobs:
95 - gerrit-info-yaml-verify
96 project: portal
97 branch: master