Skip to content

Commit

Permalink
Update jenkins docker builder with Windows docker builder agent
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Aug 21, 2023
1 parent fe1cb7f commit bc59f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/docker/docker-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def docker_args = [

def agent_nodes = [
"linux": "Jenkins-Agent-Ubuntu2004-X64-M52xlarge-Docker-Builder",
"windows": "Jenkins-Agent-Windows2019-X64-C54xlarge-Single-Host",
"windows": "Jenkins-Agent-Windows2019-X64-C54xlarge-Docker-Builder",
]

pipeline {
Expand Down

0 comments on commit bc59f5f

Please sign in to comment.