No, Jenkins is just used as one example of an automation server. Any automation server of your choice should work fine, as long as it can execute the LaunchTcUnit.bat
windows batch script or the TcUnit-Runner.exe
windows executable, and it can handle standard xUnit/JUnit XML format it should work just fine.
Can I use a virtual machine as Jenkins agent for running TcUnit tests?
When launching a build of the The Jenkins project, the TcUnit/xUnit results are never returned. Why?
Check the console output in Jenkins if it provides any information. Also, try to build the project manually (by opening Visual Studio) on the build server and check if builds correctly.