diff options
author | Sakala Venkata Krishna Rohit <rohitsakala@gmail.com> | 2017-07-06 17:03:51 +0530 |
---|---|---|
committer | Sakala Venkata Krishna Rohit <rohitsakala@gmail.com> | 2017-07-06 12:02:38 +0000 |
commit | b88663f5b37641bd88b13c89f1964079bc231e8a (patch) | |
tree | e8b25399ecc09c687a3eff5b6ebcdf3a27eab29f | |
parent | 9e1585e6cda9e046d123ad4d6f6902fccab663f0 (diff) |
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 <rohitsakala@gmail.com>
-rw-r--r-- | jjb/releng/automate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |