...
Since TeamCity 9.0, there is a possibility 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 has , there is the ability to change parameters in any of its dependencies using the following format:
Code Block |
---|
reverse.dep.<btID>.<property name> |
Note that if a parameter is redefined in B, but A is triggered, the change will not be applied.
It is also possible to change parameter in all dependencies at once:
...