You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like the XML config format for ElasticAgents has changed with the release of 19.3.
What used to be ...
<elastic>
<profiles>
<profile id="docker.unit-test" pluginId="cd.go.contrib.elastic-agent.docker">
<property>
<!--
The plugin currently only supports the `Image` property,
which allows you to select the docker image that the build should run with
-->
<key>Image</key>
<value>gocdcontrib/ubuntu-docker-elastic-agent</value>
</property>
</profile>
</profiles>
</elastic>
If I understood correctly, the higher level stanza (AgentProfiles, ClusterProfiles), are dependent on the GoCD version (and elastic agent API version, eg, v5) ... the exact confg of agent profile are dependent on the version the agent plugin (eg, kubernetes) ... which gomatic doesn't specifically care about.
So, I think this is mostly a question of detecting the GoCD server version, and using the right format. Agent specifics remain a user issue.
The text was updated successfully, but these errors were encountered:
Howdy,
Seems like the XML config format for ElasticAgents has changed with the release of 19.3.
What used to be ...
is now
If I understood correctly, the higher level stanza (AgentProfiles, ClusterProfiles), are dependent on the GoCD version (and elastic agent API version, eg, v5) ... the exact confg of agent profile are dependent on the version the agent plugin (eg, kubernetes) ... which gomatic doesn't specifically care about.
So, I think this is mostly a question of detecting the GoCD server version, and using the right format. Agent specifics remain a user issue.
The text was updated successfully, but these errors were encountered: