diff options
author | Artem Naluzhnyy <A.Naluzhnyy@samsung.com> | 2019-08-17 17:44:51 +0200 |
---|---|---|
committer | Artem Naluzhnyy <A.Naluzhnyy@samsung.com> | 2019-08-17 17:44:51 +0200 |
commit | 9ae771085ae7f1c357e8e0692a9bf90e20caebba (patch) | |
tree | 593730538c89ac5c603e531cd700ec9164004dd5 | |
parent | f8fd3e4c54940e628d47995b4a561175c307a1c0 (diff) |
Enable Coverity Scan daily check for "portal" component
Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I7bb2d45c810d58673b02d2b7db9c96def0793fc0
-rw-r--r-- | jjb/portal/portal.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml index 95aca522e..2073e0a66 100644 --- a/jjb/portal/portal.yaml +++ b/jjb/portal/portal.yaml @@ -38,6 +38,40 @@ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - project: + name: 'portal-coverity' + jobs: + - onap-gerrit-maven-coverity + cron: '@daily' + build-node: 'ubuntu1604-builder-4c-4g' + project: 'portal' + project-name: 'portal' + branch: 'master' + mvn-settings: 'portal-settings' + # FIXME: it does not build without building tests at the moment + #mvn-params: '-Dmaven.test.skip=true' + mvn-params: '-DskipTests' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + coverity-project-name: 'onap-portal' + coverity-token: 'ViM5eI953g1mE2vb8MiHtA' + coverity-user-email: 'A.Naluzhnyy@samsung.com' + coverity-search-paths: > + ecomp-portal-FE-os/client + ecomp-portal-FE-os/mock + ecomp-portal-FE-os/server + ecomp-portal-widget-ms + ecomp-portal-FE-common/client/app + coverity-search-exclude-regexs: > + /cov-int/ + /cov-analysis- + ^/usr/ + ^/home/ + /node_modules/ + /bower_components/ + /bower_components_external/ + /src/test/ + /__test__/ + +- project: name: portal-clm jobs: - gerrit-maven-clm |