summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/doctor.yml
diff options
context:
space:
mode:
authorRyota Mibu <r-mibu@cq.jp.nec.com>2016-12-02 01:59:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-02 01:59:20 +0000
commit9d42c99b0e7fb117baaf3b9a689dad642a55fc34 (patch)
treeb28ff25d49d2f5417aec3558a79693d263d1003c /jjb/doctor/doctor.yml
parentcc8c74caed5b1e767f351bbb83adc53d0b3b00fd (diff)
parent7a3b981a197cb9d85959b50f7efe77154f831e65 (diff)
Merge "doctor: copy log file to 'tests' dir"
Diffstat (limited to 'jjb/doctor/doctor.yml')
-rw-r--r--jjb/doctor/doctor.yml4
1 files changed, 3 insertions, 1 deletions
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'