summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index e4f2754d6..3f3b1ae2e 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -108,8 +108,8 @@
-v /home/opnfv/functest/images:/home/opnfv/functest/images \
$image run_tests -t {test}
res=$?
- gsutil -D -m cp -r $WORKSPACE/ \
- gs://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID
+ gsutil -m cp -r $WORKSPACE/ \
+ gs://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID > /dev/null 2>&1
find $WORKSPACE -type f \
-printf \
"http://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID/%P\n"