From de12d16b99cc960a2a3df02be58b0b969690ee52 Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Thu, 14 Jun 2018 10:01:59 -0700 Subject: [PATCH] Fix Groovy script to have correct Queue ID (#2492) --- build/buildpipeline/windows-es.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/buildpipeline/windows-es.groovy b/build/buildpipeline/windows-es.groovy index 2a73b0cc83..9fccc2fc0f 100644 --- a/build/buildpipeline/windows-es.groovy +++ b/build/buildpipeline/windows-es.groovy @@ -1,8 +1,8 @@ @Library('dotnet-ci') _ -// 'node' indicates to Jenkins that the enclosed block runs on a node that matches -// the label 'windows-with-vs' -simpleNode('Windows.10.Amd64.ClientRS4.ES') { +// 'simpleNode' indicates to Jenkins that the enclosed block runs on a node that matches +// the label 'Windows.10.Amd64.ClientRS4.ES.Open' +simpleNode('Windows.10.Amd64.ClientRS4.ES.Open') { stage ('Checking out source') { checkout scm }