Plugin Integration Question
Posted: Wed Sep 16, 2009 6:58 am
I am trying to integrate Vault 4.1.4 with TeamCity 4.5. I am ok with a minimal integration, just being able to detect source changes, launch a new build and be able to get latest from Vault. I've got the "get latest" working with the command line utility from inside TeamCity. I'm looking at using the Plugin sample here to perform the notify function against TeamCity, which would launch a new build: http://support.sourcegear.com/viewtopic.php?f=31&t=9628 and have it almost working, I think I just have a few references incorrect.
My question is, is this the best route to take to perform the notify? I can notify TeamCity by doing a GET against a specific URL so my plan is to do this from within the plugin event. I was just wondering if there might be something built in that might be able to make a HTTP GET request against a URL or possibly launch an executable or batch file. Thanks.
Colin
My question is, is this the best route to take to perform the notify? I can notify TeamCity by doing a GET against a specific URL so my plan is to do this from within the plugin event. I was just wondering if there might be something built in that might be able to make a HTTP GET request against a URL or possibly launch an executable or batch file. Thanks.
Colin