Skip to content

Commit d13adbc

Browse files
committed
not a test anymore
1 parent 7f06eae commit d13adbc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@Library('pipeline-library@pull/985/head') _
2-
31
final String cronExpr = env.BRANCH_IS_PRIMARY ? '@daily' : ''
42

53
properties([
@@ -8,7 +6,7 @@ properties([
86
pipelineTriggers([cron(cronExpr)]),
97
])
108

11-
def agentSelector(String imageType, spotRetryCounter) {
9+
def agentSelector(String imageType, retryCounter) {
1210
def platform
1311
switch (imageType) {
1412
// nanoserver-1809, nanoserver-ltsc2019 and windowservercore-ltsc2019
@@ -37,7 +35,7 @@ def agentSelector(String imageType, spotRetryCounter) {
3735
return infra.getBuildAgentLabel([
3836
useContainerAgent: false,
3937
platform: platform,
40-
spotRetryCounter: spotRetryCounter
38+
spotRetryCounter: retryCounter
4139
])
4240
}
4341

0 commit comments

Comments
 (0)