Skip to content

Commit 21e09b6

Browse files
committed
use infratest-windows agent template
1 parent 642dd7f commit 21e09b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ axes.values().combinations {
6767
// see https://github.com/jenkins-infra/documentation/blob/master/ci.adoc#node-labels for information on what node types are available
6868
def agentContainerLabel = 'maven-' + jdk
6969
if (platform == 'windows') {
70-
agentContainerLabel += '-windows'
70+
agentContainerLabel = 'infratest-windows'
7171
}
7272
int retryCount = 0
7373
retry(conditions: [kubernetesAgent(handleNonKubernetes: true), nonresumable()], count: 2) {

0 commit comments

Comments
 (0)