There is documentation on running builds through the REST API with TeamCity 8.1 here . Basically, you need to send a POST request to http://[server]/httpAuth/app/rest/buildQueueusing the node assembly as content. There are node assembly examples in the documentation. If you are using an earlier version of TeamCity, you can run the build through a script by following the instructions here .
, tcWebHooks, webhooks TeamCity .