moved temp to SSD
This commit is contained in:
parent
96e82e4354
commit
69ebbaa3f7
1 changed files with 1 additions and 2 deletions
|
@ -17,10 +17,9 @@ $JENKINS_SERVER="jenkins.local"
|
|||
$AGENT_ROOT="C:\ws"
|
||||
|
||||
# authenticate gsutil
|
||||
# gcloud auth activate-service-account --key-file C:\credentials\build-agent-results_key.json
|
||||
Write-Output "C:\credentials\build-agent-results_key.json`nllvm-premerge-checks`n`n" | gsutil config -e
|
||||
|
||||
$env:TEMP="C:\TEMP"
|
||||
$env:TEMP="${$AGENT_ROOT}\TEMP"
|
||||
$env:TMP="${env:TEMP}"
|
||||
|
||||
java -jar ${env:SWARM_PLUGIN_JAR} `
|
||||
|
|
Loading…
Reference in a new issue