Commit 790ea416 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Rescue single report upload

parent 3cddb819
......@@ -78,6 +78,8 @@ module QA
logger.info("Uploading latest knapsack report '#{file}'")
client.put_object(BUCKET, file, JSON.pretty_generate(report))
rescue StandardError => e
logger.error("Failed to upload knapsack report for '#{name}'. Error: #{e}")
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment