Archive Coverity analysed files list to the logs server

The list is stored in "cov-int/coverity-scan-analysed-files.log".

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: Id27cb466977e0bd11e004fd819f66697ca16c26b
diff --git a/jjb/ci-management/ci-management-coverity.yaml b/jjb/ci-management/ci-management-coverity.yaml
index 1d38ead..ba37d57 100644
--- a/jjb/ci-management/ci-management-coverity.yaml
+++ b/jjb/ci-management/ci-management-coverity.yaml
@@ -48,8 +48,10 @@
       **/target/**/feature.xml
       **/target/failsafe-reports/failsafe-summary.xml
       **/target/surefire-reports/*-output.txt
+      **/cov-int/BUILD.metrics.xml
       **/cov-int/build-log.txt
       **/cov-int/build-timings.txt
+      **/cov-int/java-security-da-whitelist.dat
 
     properties:
       - lf-infra-properties:
diff --git a/shell/maven-coverity.sh b/shell/maven-coverity.sh
index e319b06..17601d4 100644
--- a/shell/maven-coverity.sh
+++ b/shell/maven-coverity.sh
@@ -109,6 +109,16 @@
   --dir 'cov-int' \
   --scm 'git'
 
+cov-manage-emit \
+  --dir cov-int \
+  list \
+| grep \
+  --invert-match \
+  '^Translation unit:$' \
+| sed \
+  's!^[[:digit:]]\+ -> !!' \
+> 'coverity-scan-analysed-files.log'
+
 #-----------------------------------------------------------------------------
 # Submit results to Coverity service