From: Ryota MIBU Date: Thu, 1 Dec 2016 14:36:55 +0000 (+0000) Subject: doctor: copy log file to 'tests' dir X-Git-Tag: danube.1.0~600^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=7a3b981a197cb9d85959b50f7efe77154f831e65 doctor: copy log file to 'tests' dir Change-Id: I1d9592a1cad487066d1f28af73a50ee1606409e3 Signed-off-by: Ryota MIBU --- 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'