Autodetection of additional Configuration Parameters for Agent(s)
The docs describe the available Agent Properties (http://confluence.jetbrains.net/display/TCD65/Predefined+Build+Parameters#PredefinedBuildParameters-AgentProperties) that are auto-detected by TeamCity.
Is it possible to extend (http://confluence.jetbrains.net/display/TCD65/Extending+TeamCity) this somehow? (Via a plugin?)
cheers,
Martin
Please sign in to leave a comment.
Yes, our Open API allows to develop both server and agent plugins.
addConfigurationParameter method allows to add new parameters right from the plugin.