doctor: copy log file to 'tests' dir
[releng.git] / 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'