diff options
author | Artem Naluzhnyy <A.Naluzhnyy@samsung.com> | 2019-06-11 15:48:04 +0200 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-06-12 00:49:01 +0000 |
commit | 16f17139e4342bfef100b58958b1dc31224a3032 (patch) | |
tree | 768398c0fecb818bda14e8169223722d2b539071 /jjb | |
parent | 6fa1d460aa84a38c27d5f170d70d5da6a78385c1 (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
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-management/ci-management-coverity.yaml | 18 |
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 |