add log for artifacts file uploading
[releng.git] / 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