From 2b338940bf0a5b6bea7d4c658424216c32b7439c Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Fri, 26 Oct 2018 12:00:05 +1100 Subject: [PATCH] Clarify the value of agent_name for AWS runner registration When using AWS agents we don't have a single agent name, and the provided example agent_name of "{{build_name}}-{{user `build_number`}}" doesn't really explain what this value should be. This was confusing for me when going through the README and trying to set this up so I assume it will be for others as well. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8200497..491cf84 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,6 @@ Optionally the plugin can be used to deploy new versions of TeamCity cloud agent } ] } +``` -``` \ No newline at end of file +When building Amazon AMIs the `agent_name` refers to the `Agent name prefix` configured in the agent profile source.