blob: 2073e0a668c5aa00d1306be70cb2296efb28ac5c [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
Gary Wu5f4277f2018-09-28 10:36:23 -070031 cron: '@daily'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070032 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080033 project: 'portal'
34 project-name: 'portal'
35 branch: 'master'
36 mvn-settings: 'portal-settings'
37 mvn-goals: 'clean install'
Jessica Wagantallbb481412018-03-09 18:42:28 -080038 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070039
40- project:
Artem Naluzhnyy9ae77102019-08-17 17:44:51 +020041 name: 'portal-coverity'
42 jobs:
43 - onap-gerrit-maven-coverity
44 cron: '@daily'
45 build-node: 'ubuntu1604-builder-4c-4g'
46 project: 'portal'
47 project-name: 'portal'
48 branch: 'master'
49 mvn-settings: 'portal-settings'
50 # FIXME: it does not build without building tests at the moment
51 #mvn-params: '-Dmaven.test.skip=true'
52 mvn-params: '-DskipTests'
53 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
54 coverity-project-name: 'onap-portal'
55 coverity-token: 'ViM5eI953g1mE2vb8MiHtA'
56 coverity-user-email: 'A.Naluzhnyy@samsung.com'
57 coverity-search-paths: >
58 ecomp-portal-FE-os/client
59 ecomp-portal-FE-os/mock
60 ecomp-portal-FE-os/server
61 ecomp-portal-widget-ms
62 ecomp-portal-FE-common/client/app
63 coverity-search-exclude-regexs: >
64 /cov-int/
65 /cov-analysis-
66 ^/usr/
67 ^/home/
68 /node_modules/
69 /bower_components/
70 /bower_components_external/
71 /src/test/
72 /__test__/
73
74- project:
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070075 name: portal-clm
76 jobs:
77 - gerrit-maven-clm
Jessica Wagantallf9871362018-12-03 18:02:07 -080078 nexus-iq-namespace: 'onap-'
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070079 project: portal
80 project-name: 'portal'
81 branch: 'master'
Jessica Wagantall8362bbf2018-11-07 12:36:33 -080082 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantalld41e20f2018-10-19 16:43:34 -070083 mvn-settings: 'portal-settings'
Jessica Wagantallbb2b1d32019-02-27 00:28:07 -080084
85- project:
86 name: portal-info
87 project-name: portal
88 jobs:
89 - gerrit-info-yaml-verify
90 project: portal
91 branch: master