1
0
Fork 0

removed $ statement from script

This commit is contained in:
Christian Kühnel 2019-12-18 12:51:37 +01:00
parent df3e557e6b
commit 70d294bbd3

View file

@ -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