Migrate gerrit-maven-stage (DCAEGEN)-2
[ci-management.git] / jjb / ci-management / ci-management-coverity.yaml
1 ---
2 # Coverity Scan static analysis
3
4 - job-template:
5     name: '{project-name}-coverity'
6     id: onap-gerrit-maven-coverity
7     description: >
8       <hr/>
9       <h2>How to access Coverity Scan static analysis results</h2>
10       <ol>
11         <li>Visit <a href="https://scan.coverity.com/projects/{coverity-project-name}">Coverity Scan
12           project page</a>.</li>
13         <li>If you have not been added to the project on Coverity Scan service yet:
14           <ol>
15             <li>Click on <a href="https://scan.coverity.com/memberships/new?project_id={coverity-project-name}">
16               Add me to project</a>.</li>
17             <li>Wait till the project administrators grant you appropriate permissions.</li>
18           </ol>
19         <li>Click on <a href="https://scan.coverity.com/projects/{coverity-project-name}/view_defects">
20           View Defects</a>.</li>
21       </ol>
22       <p>Please note that processing data takes some time. You will get an email when it's done.</p>
23       <hr/>
24
25     project-type: freestyle
26     node: '{build-node}'
27     branch: master
28     build-days-to-keep: 7
29     build-timeout: 60
30     cron: '@daily'
31     disabled: false
32     git-url: '$GIT_URL/$PROJECT'
33     java-version: openjdk8
34     mvn-global-settings: global-settings
35     mvn-opts: ''
36     mvn-params: ''
37     mvn-version: mvn35
38     coverity-project-name: ''
39     coverity-token: ''
40     coverity-user-email: ''
41     stream: master
42     submodule-recursive: true
43     submodule-timeout: 10
44     submodule-disable: false
45     archive-artifacts: >
46       **/*.log
47       **/hs_err_*.log
48       **/target/**/feature.xml
49       **/target/failsafe-reports/failsafe-summary.xml
50       **/target/surefire-reports/*-output.txt
51       **/cov-int/build-log.txt
52       **/cov-int/build-timings.txt
53
54     properties:
55       - lf-infra-properties:
56           build-days-to-keep: '{build-days-to-keep}'
57
58     parameters:
59       - lf-infra-parameters:
60           project: '{project}'
61           branch: '{branch}'
62           stream: '{stream}'
63       - lf-infra-maven-parameters:
64           mvn-opts: '{mvn-opts}'
65           mvn-params: '{mvn-params}'
66           mvn-version: '{mvn-version}'
67       - string:
68           name: ARCHIVE_ARTIFACTS
69           default: '{archive-artifacts}'
70           description: Artifacts to archive to the logs server.
71
72     triggers:
73       - timed: '{obj:cron}'
74
75     wrappers:
76       - lf-infra-wrappers:
77           build-timeout: '{build-timeout}'
78           jenkins-ssh-credential: '{jenkins-ssh-credential}'
79
80     builders:
81       - lf-infra-pre-build
82       - lf-maven-install:
83           mvn-version: '{mvn-version}'
84       - lf-update-java-alternatives:
85           java-version: '{java-version}'
86       - lf-provide-maven-settings:
87           global-settings-file: global-settings
88           settings-file: '{mvn-settings}'
89       - inject:
90           properties-content: |
91             COVERITY_PROJECT_NAME={coverity-project-name}
92             COVERITY_TOKEN={coverity-token}
93             COVERITY_USER_EMAIL={coverity-user-email}
94       - shell: !include-raw-escape:
95           - ../../global-jjb/shell/common-variables.sh
96           - ../../shell/maven-coverity.sh
97       - lf-provide-maven-settings-cleanup
98
99     publishers:
100       - lf-infra-publish
101
102     scm:
103       - lf-infra-gerrit-scm:
104           jenkins-ssh-credential: '{jenkins-ssh-credential}'
105           git-url: '{git-url}'
106           refspec: $GERRIT_REFSPEC
107           branch: $GERRIT_BRANCH
108           submodule-recursive: '{submodule-recursive}'
109           submodule-timeout: '{submodule-timeout}'
110           submodule-disable: '{submodule-disable}'
111           choosing-strategy: default