diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-12-01 14:36:55 +0000 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-12-01 14:36:55 +0000 |
commit | 7a3b981a197cb9d85959b50f7efe77154f831e65 (patch) | |
tree | f35affdc5612e6c49fd094be357785e8072a36ad /jjb | |
parent | 9b93aea17d7ae50410a4556371446a64decf7fd7 (diff) |
doctor: copy log file to 'tests' dir
Change-Id: I1d9592a1cad487066d1f28af73a50ee1606409e3
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 3d7997515..c00b2553a 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -159,7 +159,9 @@ builders: - 'functest-suite-builder' + - shell: | + cp $HOME/opnfv/functest/results/{stream}/{project}.log $WORKSPACE/tests/ publishers: - archive: - artifacts: '/home/opnfv/functest/results/{stream}/{project}.log' + artifacts: 'tests/*.log' |