From b88663f5b37641bd88b13c89f1964079bc231e8a Mon Sep 17 00:00:00 2001 From: Sakala Venkata Krishna Rohit Date: Thu, 6 Jul 2017 17:03:51 +0530 Subject: [PATCH] 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 --- jjb/releng/automate.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.16.6