trying to ignore stderr in gsutil
This commit is contained in:
parent
4f4bcc7f65
commit
a9a6d44cef
1 changed files with 2 additions and 1 deletions
3
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
3
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -80,7 +80,8 @@ pipeline {
|
|||
Copy-Item "${LLVM_DIR}\\build\\test-results.xml"
|
||||
|
||||
# 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...
|
||||
|
|
Loading…
Reference in a new issue