diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-05-02 14:48:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-05-02 14:48:11 +0000 |
commit | ee38f2973bb4e3e1c62b733ab640c606dab6aa60 (patch) | |
tree | 19cc1ee8219040f84f5a24e1f569a9447a0e0a9f /jjb | |
parent | d9cc90d067ea86d3c07685448491570d4ba4a7af (diff) | |
parent | f1fb034fd7421bcda973b08517b79a4cf28db040 (diff) |
Merge "Turn debug on in gsutil (Functest jjbs)"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index a231c6686..ba92ef7af 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -109,8 +109,8 @@ -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" |