From: Carlos Goncalves Date: Mon, 18 May 2015 21:58:49 +0000 (+0200) Subject: Recursively copy files from Doctor to artifacts X-Git-Tag: arno.2015.1.0~38 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=6dc58ffa9bb345e9ae84df97aa0bbf4fecb3b0cd Recursively copy files from Doctor to artifacts JIRA: OCTO-67 Change-Id: I667fc1aee080cf6f6fa2b5706f1f59fbd2b3491d Signed-off-by: Carlos Goncalves --- diff --git a/jjb/doctor/docu-build.sh b/jjb/doctor/docu-build.sh index d549506e1..37b1c6f59 100644 --- a/jjb/doctor/docu-build.sh +++ b/jjb/doctor/docu-build.sh @@ -17,7 +17,7 @@ files=( ) for file in "${{files[@]}}"; do - gsutil cp -L gsoutput.txt $file gs://artifacts.opnfv.org/$project/ + gsutil cp -r -L gsoutput.txt $file gs://artifacts.opnfv.org/$project/ gsutil setmeta -h "Cache-Control:private, max-age=0, no-transform" \ gs://artifacts.opnfv.org/$project/$file cat gsoutput.txt