eclair/analyze.sh: Don't produce jenkins.xml report
It was needed only for ECLAIR Jenkins plugin, and as we removed the plugin,
don't generate (and store) the report file either.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I1c39142cd0d4bc0e631e0235efd8e255d1c066ce
diff --git a/eclair/analyze.sh b/eclair/analyze.sh
index 24440c1..8931d5d 100755
--- a/eclair/analyze.sh
+++ b/eclair/analyze.sh
@@ -76,10 +76,5 @@
rm -rf ${ECLAIR_OUTPUT_DIR}/../summary_txt
make_self_contained ${ECLAIR_OUTPUT_DIR}/../full_html
-# Create the Jenkins reports file.
-JENKINS_XML="${ECLAIR_OUTPUT_DIR}/../jenkins.xml"
-${ECLAIR_BIN_DIR}/eclair_report -db=${PROJECT_ECD} -reports_jenkins=${JENKINS_XML}
-
-
# Compress database to take less disk space in Jenkins archive
xz ${PROJECT_ECD}