removed quotes
This commit is contained in:
parent
6f422e6925
commit
b3af22d838
1 changed files with 2 additions and 2 deletions
4
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
4
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -78,8 +78,8 @@ pipeline {
|
|||
# get the console log
|
||||
Invoke-WebRequest -OutFile console-log.txt -uri http://jenkins.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText" -ErrorAction
|
||||
|
||||
Copy-Item "${LLVM_DIR}\\build\\CMakeCache.txt"
|
||||
Copy-Item "${LLVM_DIR}\\build\\test-results.xml"
|
||||
Copy-Item ${LLVM_DIR}\\build\\CMakeCache.txt
|
||||
Copy-Item ${LLVM_DIR}\\build\\test-results.xml
|
||||
|
||||
# upload files
|
||||
gsutil cp *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/
|
||||
|
|
Loading…
Reference in a new issue