summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>2019-06-11 15:48:04 +0200
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-06-12 00:49:01 +0000
commit16f17139e4342bfef100b58958b1dc31224a3032 (patch)
tree768398c0fecb818bda14e8169223722d2b539071
parent6fa1d460aa84a38c27d5f170d70d5da6a78385c1 (diff)
Add Coverity job description with link to defects report.
Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I2590d005b89a7b248c2893c9c41ff129572df071
-rw-r--r--jjb/ci-management/ci-management-coverity.yaml18
1 files changed, 17 insertions, 1 deletions
diff --git a/jjb/ci-management/ci-management-coverity.yaml b/jjb/ci-management/ci-management-coverity.yaml
index c4c4548fb..075272258 100644
--- a/jjb/ci-management/ci-management-coverity.yaml
+++ b/jjb/ci-management/ci-management-coverity.yaml
@@ -4,10 +4,26 @@
- job-template:
name: '{project-name}-coverity'
id: onap-gerrit-maven-coverity
+ description: >
+ <hr/>
+ <h2>How to access Coverity Scan static analysis results</h2>
+ <ol>
+ <li>Visit <a href="https://scan.coverity.com/projects/{coverity-project-name}">Coverity Scan
+ project page</a>.</li>
+ <li>If you have not been added to the project on Coverity Scan service yet:
+ <ol>
+ <li>Click on <a href="https://scan.coverity.com/memberships/new?project_id={coverity-project-name}">
+ Add me to project</a>.</li>
+ <li>Wait till the project administrators grant you appropriate permissions.</li>
+ </ol>
+ <li>Click on <a href="https://scan.coverity.com/projects/{coverity-project-name}/view_defects">
+ View Defects</a>.</li>
+ </ol>
+ <p>Please note that processing data takes some time. You will get an email when it's done.</p>
+ <hr/>
project-type: freestyle
node: '{build-node}'
-
branch: master
build-days-to-keep: 7
build-timeout: 60