1
0
Fork 0

using custom workspace

This commit is contained in:
Christian Kühnel 2020-04-16 12:55:34 +02:00
parent 8e45e65375
commit c07b414fbe

View file

@ -13,7 +13,13 @@
// limitations under the License.
pipeline {
agent { label 'windows' }
agent {
node {
label 'windows'
// use custom workspace folder to shorten paths
customWorkspace "D:\\ws\\master"
}
}
triggers {
pollSCM 'H H/4 * * *'