Skip to content

Commit

Permalink
feat: use Jenkins Infra inbound-agent Windows Docker image (#2404)
Browse files Browse the repository at this point in the history
* feat: use Jenkins Infra inbound-agent Windows Docker image

Ref: jenkins-infra/helpdesk#2873

* add a label so we can target this windows template in manual (replay) tests
  • Loading branch information
lemeurherve authored May 25, 2022
1 parent 0ffa9c7 commit cca94d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/ext_jenkins-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ controller:
instanceCapStr: "5"
containers:
- name: jnlp
image: "jenkins/inbound-agent:windowsservercore-1809"
image: "jenkinsciinfra/inbound-agent:windowsservercore-1809"
command: "powershell"
args: "Start-Sleep 999999"
resourceLimitCpu: "500m"
Expand All @@ -143,6 +143,7 @@ controller:
alwaysPullImage: true
workingDir: "C:\\Users\\jenkins"
yamlMergeStrategy: "merge"
label: "windows-2019-kubernetes"
yaml: |-
spec:
tolerations:
Expand Down

0 comments on commit cca94d5

Please sign in to comment.