1
0
Fork 0

trying to ignore stderr in gsutil

This commit is contained in:
Christian Kühnel 2019-12-20 13:36:53 +00:00
parent 4f4bcc7f65
commit a9a6d44cef

View file

@ -80,7 +80,8 @@ pipeline {
Copy-Item "${LLVM_DIR}\\build\\test-results.xml" Copy-Item "${LLVM_DIR}\\build\\test-results.xml"
# upload files # upload files
gsutil cp *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/ \$ErrorActionPreference = 'SilentlyContinue'
gsutil cp -Z *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/
""" """
} }
// doesn't find junit results, not sure why... // doesn't find junit results, not sure why...