TRAMS Mona replacement variables - referencing the server name

In the TRAMS document *MonaWorkflowTasks.doc*, it mentions replacement variables that can be used in workflow files like *buildNum, Application, instanceName*, etc. I am wondering if such a thing exists for the current server being deployed within a "ForEachServer" component? I need to edit a config file after it is deployed to each server (using sed) and want to replace a "localhost" value with the name of the server. For example, a command line like this: I tried using a variable named "*${server}*", but that doesn't work. Does anything like this exist?

Best Answer