diff --git a/Jenkins/master-windows-pipeline/Jenkinsfile b/Jenkins/master-windows-pipeline/Jenkinsfile index f20a13e..e54571c 100644 --- a/Jenkins/master-windows-pipeline/Jenkinsfile +++ b/Jenkins/master-windows-pipeline/Jenkinsfile @@ -75,9 +75,6 @@ pipeline { // gather all result files in a folder, then upload everything to // Google Cloud Storage powershell """ - # continue on errors - \$ErrorActionPreference = "Continue" - # get the console log Invoke-WebRequest -OutFile console-log.txt -uri http://jenkins.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText" -ErrorAction