Add debug data in functest-kubernetes jjbs 61/68061/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 16 Jun 2019 10:23:02 +0000 (12:23 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 16 Jun 2019 10:23:02 +0000 (12:23 +0200)
Change-Id: Iaf2f20e49630390c11a286d79609fd455d0a7ef2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest-kubernetes.yaml

index 90006b4..2652967 100644 (file)
@@ -85,7 +85,9 @@
     name: functest-kubernetes-run-containers
     builders:
       - shell: |
-          set +ex
+          set +e
+          set -x
+          echo $WORKSPACE
           [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true
           if [ "{repo}" = "_" ]; then
             image={container}:{tag}
             $image run_tests -t {test}
           res=$?
           gsutil -m cp -r $WORKSPACE/ \
-            gs://artifacts.opnfv.org/functest-kubernetes/$JOB_NAME-$BUILD_ID > /dev/null 2>&1
+            gs://artifacts.opnfv.org/functest-kubernetes/$JOB_NAME-$BUILD_ID
           find $WORKSPACE -type f \
             -printf \
             "http://artifacts.opnfv.org/functest-kubernetes/$JOB_NAME-$BUILD_ID/%P\n"