Reputation: 163
I am trying to get the userid of the user that has triggered the build and use it as a parameter some where in the build file. Just like we can use ${CCNetProject} to get the project name. Is there a way I can get this information in Cruise Control .Net?
Upvotes: 0
Views: 230
Reputation: 7187
You can access the user via environment variable CCNetUser
. Find more information here.
Upvotes: 1