running build step as sudo Josh Nankin Created February 26, 2015 00:40 I need to run a command line script using sudo in a build step. Currently its not letting me do that. How can I make this happen?
This actually turned out to be pretty simple. I just gave the user 'teamcity' sudo access without a password. This lets it run fine.