From 16f17139e4342bfef100b58958b1dc31224a3032 Mon Sep 17 00:00:00 2001 From: Artem Naluzhnyy Date: Tue, 11 Jun 2019 15:48:04 +0200 Subject: Add Coverity job description with link to defects report. Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy Change-Id: I2590d005b89a7b248c2893c9c41ff129572df071 --- jjb/ci-management/ci-management-coverity.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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: > +
+

How to access Coverity Scan static analysis results

+
    +
  1. Visit Coverity Scan + project page.
  2. +
  3. If you have not been added to the project on Coverity Scan service yet: +
      +
    1. Click on + Add me to project.
    2. +
    3. Wait till the project administrators grant you appropriate permissions.
    4. +
    +
  4. Click on + View Defects.
  5. +
+

Please note that processing data takes some time. You will get an email when it's done.

+
project-type: freestyle node: '{build-node}' - branch: master build-days-to-keep: 7 build-timeout: 60 -- cgit 1.2.3-korg