Fix Groovy script to have correct Queue ID (#2492)
This commit is contained in:
parent
3345b6c308
commit
de12d16b99
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue