Merge "doctor: copy log file to 'tests' dir"
authorRyota Mibu <r-mibu@cq.jp.nec.com>
Fri, 2 Dec 2016 01:59:20 +0000 (01:59 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 2 Dec 2016 01:59:20 +0000 (01:59 +0000)
jjb/doctor/doctor.yml

index 30191f9..7a5bd22 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'