Does a "current iteration" environment variable exist in RTC?
I wonder whether the value of the current iteration is automatically set in any environment variable when a user requests a build.
I need to pass this information to the build process in order to perform some steps.
I might ask the users to manually set it as a user-defined build property, but having it automatically set would be better.
Our RTC version is 4.0.5
Accepted answer
Hi Luca, no there is no such build property at the moment. It's a good idea, though, so feel free to file an enhancement request against Build. You can manually add a property to either the build definition(s) or build engine(s). If you have fewer engines than definitions, it may be easier to do it that way.