File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Updating the Agent
2
2
3
- The ` buildkite-agent ` is built in to the AMIs by the Packer build.
3
+ The ` buildkite-agent ` is built in to the AMIs by the Packer build. The agent
4
+ binary is downloaded from download.buildkite.com.
4
5
5
6
Once you have [ released] ( https://github.com/buildkite/agent/blob/master/RELEASE.md ) an updated
6
7
version of the agent, you can incorporate it into the Elastic CI Stack
@@ -20,12 +21,8 @@ example of updating the buildkite-agent.
20
21
Update the ` AGENT_VERSION ` variable in [ ` packer/linux/scripts/install-buildkite-agent.sh ` ] ( packer/linux/scripts/install-buildkite-agent.sh )
21
22
to change which version is installed during the Packer build for the Linux AMI.
22
23
23
- The agent binary is downloaded from download.buildkite.com.
24
-
25
24
## Windows
26
25
27
26
Update the ` AGENT_VERSION ` variable in [ ` packer/windows/scripts/install-buildkite-agent.ps1 ` ] ( packer/windows/scripts/install-buildkite-agent.ps1 )
28
27
to change which version is installed during the Packer build for the Windows
29
28
AMI.
30
-
31
- The agent binary is downloaded from download.buildkite.com.
You can’t perform that action at this time.
0 commit comments