trying custom workspace folder
This commit is contained in:
parent
f9a9fb2be0
commit
2435a5489b
1 changed files with 7 additions and 1 deletions
8
Jenkins/BETA-phabricator-windows/Jenkinsfile
vendored
8
Jenkins/BETA-phabricator-windows/Jenkinsfile
vendored
|
@ -15,7 +15,13 @@
|
|||
def success = true
|
||||
|
||||
pipeline {
|
||||
agent { label 'windows' }
|
||||
agent {
|
||||
node {
|
||||
label 'windows'
|
||||
// use custom workspace folder to shorten paths
|
||||
customWorkspace "C:\\ws\\beta"
|
||||
}
|
||||
}
|
||||
parameters {
|
||||
string(name: 'DIFF_ID')
|
||||
string(name: 'PHID')
|
||||
|
|
Loading…
Reference in a new issue