From f3bc980e4f0a325895dfb005546ad64f9a58133c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 18 Dec 2019 15:44:54 +0100 Subject: [PATCH] fixed missing quote --- Jenkins/master-windows-pipeline/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins/master-windows-pipeline/Jenkinsfile b/Jenkins/master-windows-pipeline/Jenkinsfile index 1fc0486..c8664c7 100644 --- a/Jenkins/master-windows-pipeline/Jenkinsfile +++ b/Jenkins/master-windows-pipeline/Jenkinsfile @@ -76,10 +76,10 @@ pipeline { // Google Cloud Storage powershell """ # get the console log - Invoke-WebRequest -OutFile console-log.txt -uri http://jenkins.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText" -ErrorAction + 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}/