diff --git a/build/buildpipeline/windows.groovy b/build/buildpipeline/windows.groovy index 9c0b86f089..26f49c395d 100644 --- a/build/buildpipeline/windows.groovy +++ b/build/buildpipeline/windows.groovy @@ -2,7 +2,7 @@ // 'node' indicates to Jenkins that the enclosed block runs on a node that matches // the label 'windows-with-vs' -simpleNode('Windows.10.Enterprise.RS3.ASPNET') { +simpleNode('Windows.10.Amd64.EnterpriseRS3.ASPNET.Open') { stage ('Checking out source') { checkout scm }