TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Using Properties, Variables and Parameters

Last modified: 20 April 2023

Parameters of a Build Configuration, which include Configuration and Build Parameters and so-called Configuration and Build Parameters (term used in TeamCity to refer to both system properties and environment variables), provide you with a flexible means of sharing settings within a single Build Configuration, managing compatible agents based on specific environment (see Configuring Agent Requirements) and a convenient way of passing generic or environment-specific settings into the build script.

To learn more about parameters in TeamCity, refer to Configuration and Build Parameters. For details on defining and using parameters, refer to: Defining and Using Build Parameters in Build Configuration, Other Ways to Define Build Parameters.