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') _
|
@Library('dotnet-ci') _
|
||||||
|
|
||||||
// 'node' indicates to Jenkins that the enclosed block runs on a node that matches
|
// 'simpleNode' indicates to Jenkins that the enclosed block runs on a node that matches
|
||||||
// the label 'windows-with-vs'
|
// the label 'Windows.10.Amd64.ClientRS4.ES.Open'
|
||||||
simpleNode('Windows.10.Amd64.ClientRS4.ES') {
|
simpleNode('Windows.10.Amd64.ClientRS4.ES.Open') {
|
||||||
stage ('Checking out source') {
|
stage ('Checking out source') {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue