Skip to content

Commit

Permalink
Merge pull request #1702 from jenkins-infra/dduportal-patch-1
Browse files Browse the repository at this point in the history
fix(windows/AWS) correct path to the `EC2Launch.exe` command
  • Loading branch information
smerle33 authored Jan 31, 2025
2 parents d2f16d7 + 0461014 commit e308c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-jenkins-agent-windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ build {
elevated_password = build.Password

inline = [
"& 'C:/Program Files/Amazon/EC2Launch/ec2launch' reset --block",
"& 'C:/Program Files/Amazon/EC2Launch/ec2launch' sysprep --block",
"& \"$env:ProgramFiles/amazon/ec2launch/ec2launch.exe\" reset --block",
"& \"$env:ProgramFiles/amazon/ec2launch/ec2launch.exe\" sysprep --block",
]
}
}

0 comments on commit e308c7c

Please sign in to comment.