From: Sakala Venkata Krishna Rohit Date: Thu, 6 Jul 2017 11:33:51 +0000 (+0530) Subject: bugfix for reporting verify job X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b88663f5b37641bd88b13c89f1964079bc231e8a;p=releng.git bugfix for reporting verify job Copying xml files to workspace folder as jenkins searchs for xml files from workspace directory. This solves the configuration error the reporting verify job is facing. Change-Id: I747a6e93995188d645d3fa09cdbd60e7a7fc453b Signed-off-by: Sakala Venkata Krishna Rohit --- diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml index cca4f5e6b..73bef3e8b 100644 --- a/jjb/releng/automate.yml +++ b/jjb/releng/automate.yml @@ -84,6 +84,7 @@ - shell: | cd ./utils/test/{module}/ bash run_test.sh + cp *.xml $WORKSPACE publishers: - junit: