I have a need to execute build on a configuration under a specific user ID. How can I do this? I cannot switch the agent service to run as this user ID becuase I need to use this user or production ID only for this particular configuration. How can i do this in Teamcity?

link|improve this question

Possible duplicate stackoverflow.com/questions/5223055/… – Mike Two Feb 13 at 16:48
@MikeTwo - this solution doesnt scale too well for me. Our firm has a policy where the password is automatically changed every 2/3 months. I will have to remember to update the password every time. Also, putting the password in clear text doesn't sound right. Is there a better solution or has JetBrain added some feature to support this in newer versions? – praskris Feb 13 at 23:32
I was not trying to say the answer was going to work. I was just pointing out there is a duplicate question. – Mike Two Feb 14 at 14:36
I appreciate that Mike! Thanks. I was just trying to explain why the solution doesnt work for me. – praskris Feb 14 at 16:16
@prakis - thanks for following up. I hope the runas plugin works for you. – Mike Two Feb 14 at 16:30
feedback

1 Answer

up vote 2 down vote accepted

Take a look at runAs TeamCity plugin.

link|improve this answer
That seems like what i exactly need. One question though, it mentions team city version 6.5.3. I am currently running 6.5.1, any chance it would work or will i need to upgrade? – praskris Feb 14 at 16:12
Yes you need to update. Plugin uses an API which is first introduced in 6.5.3. – neverov Feb 14 at 19:37
I upgraded and installed the plugin, thanks!. I had a quick question, The help says teamcity.build.runAs.command="C:\\Program Files\\SysInternals\\psexec.exe" -u %runas.username% -p %runas.password% {start_build_script}. Is this how i use this inside my custom build script? Or do is specify this in the build.properties file? – praskris Feb 17 at 14:59
You can specify %runas.username% and %runas.password% in the build parameters of TeamCity build configuration – neverov Feb 21 at 20:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.