I am trying to echo the value of buildRequesterUserId in an Ant script, but no value is returned
I am trying to echo the value of buildRequesterUserId in an Ant script, but no value is returned. Here is the statement from the Ant script:
<echo>Builder Userid: ${buildRequesterUserId}</echo>
Here is the result:
[echo] Builder Userid: ${buildRequesterUserId}
How do I save the RTC user id of the person requesting the build? I am using RTC 6.0.1, server at same level, Ant 1.9
<echo>Builder Userid: ${buildRequesterUserId}</echo>
Here is the result:
[echo] Builder Userid: ${buildRequesterUserId}
How do I save the RTC user id of the person requesting the build? I am using RTC 6.0.1, server at same level, Ant 1.9