From 7a3b981a197cb9d85959b50f7efe77154f831e65 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Thu, 1 Dec 2016 14:36:55 +0000 Subject: [PATCH] doctor: copy log file to 'tests' dir Change-Id: I1d9592a1cad487066d1f28af73a50ee1606409e3 Signed-off-by: Ryota MIBU --- jjb/doctor/doctor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' -- 2.16.6