Has anyone run into this error with the Go Azure Elastic Agent not installing the agent on the VM that it spins up? I'm not even sure where to look to find this information for it to be edited.
Failed to install go agent on gocd-azure-c413d70b-f776-4d01-8435-5b77799a3ddf for job settingsrouter_experiment/2/build/1/windows due to error: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> plugin_id [in template "windows_install_go_agent.template.flth" at line 20, column 17]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${plugin_id} [in template "windows_install_go_agent.template.flth" at line 20, column 15]