Archive the exceptions.txt file 81/75181/2
authorSam Hague <shague@redhat.com>
Mon, 13 Aug 2018 19:58:32 +0000 (15:58 -0400)
committerSam Hague <shague@redhat.com>
Mon, 13 Aug 2018 21:35:03 +0000 (17:35 -0400)
Change-Id: I81a0836bba9d1c1b6df2d08d0eb03e5c28607017
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-macros.yaml

index 2ab9bb4fc9aa28687f0ebfa9ebfff99cd2c3e6e5..74d9f004abf1cb26907fd944f65696c0c855048d 100644 (file)
               build-steps:
                 - shell: |
                     #!/bin/bash
+                    echo "Archiving csit artifacts"
                     cd $WORKSPACE
                     mkdir -p ./archives
                     for i in `seq 1 ${NUM_ODL_SYSTEM}`; do
                         NODE_FOLDER="./archives/odl_${i}"
                         mkdir -p ${NODE_FOLDER}
-                        mv odl${i}_karaf* ${NODE_FOLDER} || true
+                        mv odl${i}_* ${NODE_FOLDER} || true
                         mv karaf_${i}_*_threads* ${NODE_FOLDER} || true
                         mv *_${i}.png ${NODE_FOLDER} || true
+                        mv /tmp/odl${i}_* ${NODE_FOLDER} || true
                     done
                     curl --output robot-plugin.zip "$BUILD_URL/robot/report/*zip*/robot-plugin.zip"
                     unzip -d ./archives robot-plugin.zip