Swarm can call a URL, and provide the changelist number and two callback URLs: one to report test failure and one to report success (Swarm integration API). Is it possible to integrate this API with Teamcity builds? Teamcity definitely supports remote runs for a given Perforce changelist, so the question is probably whether it can call back the provided URLs...
Asked
Active
Viewed 946 times
4
-
1If you have Powershell V 3.0 or above installed on your build agents you could look at using Invoke-WebRequest (http://technet.microsoft.com/en-us/library/hh849901.aspx) to call the remote URL. – Castrohenge Sep 08 '14 at 21:19
-
1Related issue in TeamCity tracker: https://youtrack.jetbrains.com/issue/TW-28423 – KIR Mar 17 '15 at 13:09