...
Overriding Dependencies Properties
Since TeamCity 9.0, there is a possibility It is possible to redefine the build parameters in the dependency ( snapshot-dependency ) builds when the current build starts. For example, build configuration A depends on B and B depends on C; when triggering A, there is the ability to change parameters in any of its dependencies using the following format:
...
Note that if a parameter is redefined in B, but only A is triggered, the change will not be appliedno parameters change occurs.
It is also possible to change parameter in all dependencies at once using the syntax:
Code Block |
---|
reverse.dep.*.<property name> |
...