Turn debug on in gsutil (Functest jjbs) 40/67740/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 2 May 2019 14:37:34 +0000 (16:37 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 2 May 2019 14:37:34 +0000 (16:37 +0200)
Change-Id: Ib387b3c7c6aeaf82283b95e522514c60a0b1eac8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest.yaml

index a231c66..ba92ef7 100644 (file)
             -v /home/opnfv/functest/images:/home/opnfv/functest/images \
             $image run_tests -t {test}
           res=$?
-          gsutil -m cp -r $WORKSPACE/ \
-            gs://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID > /dev/null 2>&1
+          gsutil -D -m cp -r $WORKSPACE/ \
+            gs://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID
           find $WORKSPACE -type f \
             -printf \
             "http://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID/%P\n"