Fix Groovy script to have correct Queue ID (#2492)

This commit is contained in:
Matt Galbraith 2018-06-14 10:01:59 -07:00 committed by BrennanConroy
parent 3345b6c308
commit de12d16b99
1 changed files with 3 additions and 3 deletions

View File

@ -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
}