Add static code analysis support for JavaScript/Python/Ruby/PHP. 11/90711/1
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>
Mon, 1 Jul 2019 08:52:48 +0000 (10:52 +0200)
committerArtem Naluzhnyy <A.Naluzhnyy@samsung.com>
Mon, 1 Jul 2019 08:52:48 +0000 (10:52 +0200)
commit59bc037f2f2dc24e36ae2b6a1fc846c701af44d0
tree25915a8e12a95260978cc04d59e65faa4c50c85d
parent9a7f3a08ae00d9ba391f014773deab6d2bc1d002
Add static code analysis support for JavaScript/Python/Ruby/PHP.

Two JJB project parameters have been introduced:
* 'coverity-search-paths' - space separated list of paths that contain
source code to analyse;
* 'coverity-search-exclude-regexs' - space separated list of file name
regexps to exclude from analysis.

Example:

  project:
    name: 'sdc-coverity'
    jobs:
      - onap-gerrit-maven-coverity
    ...
    coverity-search-paths: 'catalog-ui/src/ openecomp-ui/src/ dox-sequence-diagram-ui/src'
    coverity-search-exclude-regexs: '/node_modules/'

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I8050a75a731c893ec2173f66d2e881fcc0877ed0
jjb/ci-management/ci-management-coverity.yaml
shell/maven-coverity.sh