From fba8c75447a93809d3c858142ff499de42e1a3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 18 Dec 2019 17:47:26 +0100 Subject: [PATCH] fixed error action --- Jenkins/master-windows-pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/master-windows-pipeline/Jenkinsfile b/Jenkins/master-windows-pipeline/Jenkinsfile index b50668f..5ac0ac9 100644 --- a/Jenkins/master-windows-pipeline/Jenkinsfile +++ b/Jenkins/master-windows-pipeline/Jenkinsfile @@ -75,7 +75,7 @@ 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 "Continue" Copy-Item "${LLVM_DIR}\\build\\CMakeCache.txt" Copy-Item "${LLVM_DIR}\\build\\test-results.xml"