diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-08-19 18:11:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-19 18:11:48 +0000 |
commit | 4cf2ee3f53cdf15155506f89dcd3d0dc4b2497d5 (patch) | |
tree | 2c249965cb78153dbd643a9f11d8cff8f8e27462 /jjb/portal/portal.yaml | |
parent | 582d88527f5d8e8925c3dc1ffcd147779e9de134 (diff) | |
parent | 9ae771085ae7f1c357e8e0692a9bf90e20caebba (diff) |
Merge "Enable Coverity Scan daily check for "portal" component"
Diffstat (limited to 'jjb/portal/portal.yaml')
-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 |