bugfix for reporting verify job 13/37013/3
authorSakala Venkata Krishna Rohit <rohitsakala@gmail.com>
Thu, 6 Jul 2017 11:33:51 +0000 (17:03 +0530)
committerSakala Venkata Krishna Rohit <rohitsakala@gmail.com>
Thu, 6 Jul 2017 12:02:38 +0000 (12:02 +0000)
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 <rohitsakala@gmail.com>
jjb/releng/automate.yml

index cca4f5e..73bef3e 100644 (file)
@@ -84,6 +84,7 @@
         - shell: |
             cd ./utils/test/{module}/
             bash run_test.sh
+            cp *.xml $WORKSPACE
 
     publishers:
         - junit: