TeamCity Server configuration environment variables

Hi!
Does TC support using environment variables to set various configuration parameters? For example, database url, password and etc. Didn't find anything about like that. Guess, there is opportunity to do that for build configuration only,

1
1 comment
Hello,
Unfortunately TeamCity does not support the use case that you are trying to achieve.
TeamCity supports environment variables that are passed into the spawned build process as environment variables.
It also supports System properties, that are passed into the build scripts of the supported runners as variables specific to a build tool, and configuration parameters, that are not passed into the build and are only meant to share settings within a build configuration.
 
You can find more information about them here:
 
Thanks,
 
Guilherme
0

Please sign in to leave a comment.