add log for artifacts file uploading 53/5853/1
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 8 Jan 2016 02:44:27 +0000 (21:44 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Fri, 8 Jan 2016 02:44:27 +0000 (21:44 -0500)
JIRA: BOTTLENECK-4

Change-Id: I39890ea765fd7bd24a20ba75aebebe85e5a566dc
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/bottlenecks/bottlenecks.yml

index a653418..828fd21 100644 (file)
                                sed 's/.*href="//' |
                                sed 's/".*//' |
                                grep '^[a-zA-Z].*'); do
-                 curl --connect-timeout 10 -o $CACHE_DIR/$file $PACKAGE_URL$file
+                 curl --connect-timeout 10 -o $CACHE_DIR/$file $PACKAGE_URL$file -v
+                 echo "bottlenecks: copy file $CACHE_DIR/$file to $SUITE_URL"
                  gsutil cp $CACHE_DIR/$file $SUITE_URL
             done