doctor: copy log file to 'tests' dir 39/25339/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 1 Dec 2016 14:36:55 +0000 (14:36 +0000)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 1 Dec 2016 14:36:55 +0000 (14:36 +0000)
Change-Id: I1d9592a1cad487066d1f28af73a50ee1606409e3
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
jjb/doctor/doctor.yml

index 3d79975..c00b255 100644 (file)
 
     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'