Thinker
Thinker

Reputation: 163

Getting logged user id in Cruise Control .Net

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

Answers (1)

The Chairman
The Chairman

Reputation: 7187

You can access the user via environment variable CCNetUser. Find more information here.

Upvotes: 1

Related Questions