1
0
Fork 0

trying custom workspace folder

This commit is contained in:
Christian Kühnel 2020-05-07 17:43:17 +02:00
parent f9a9fb2be0
commit 2435a5489b

View file

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