From 4c186daf958164c164a873e11a71f32662a10307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 3 Feb 2020 10:19:53 +0100 Subject: [PATCH] disabled compression --- Jenkins/Phabricator-windows-pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile index 01246cf..c9bb554 100644 --- a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile @@ -105,7 +105,7 @@ pipeline { Write-Host "Uploading results to GCS..." \$ErrorActionPreference = 'Continue' - gsutil cp -Z -c *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/ + gsutil cp *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/ Write-Host "Done." """ }