removed $ statement from script
This commit is contained in:
parent
df3e557e6b
commit
70d294bbd3
1 changed files with 0 additions and 3 deletions
3
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
3
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue