From: Ryota Mibu Date: Fri, 2 Dec 2016 01:59:20 +0000 (+0000) Subject: Merge "doctor: copy log file to 'tests' dir" X-Git-Tag: danube.1.0~600 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9d42c99b0e7fb117baaf3b9a689dad642a55fc34;hp=cc8c74caed5b1e767f351bbb83adc53d0b3b00fd;p=releng.git Merge "doctor: copy log file to 'tests' dir" --- diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 30191f912..7a5bd22f2 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -161,7 +161,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'