Batch file 在visualsvn服务器中使用提交后钩子触发teamcity中的构建,同时遵守静默期

Batch file 在visualsvn服务器中使用提交后钩子触发teamcity中的构建,同时遵守静默期,batch-file,teamcity,visualsvn-server,svn-hooks,Batch File,Teamcity,Visualsvn Server,Svn Hooks,我如何设置VisualSVN服务器,在有人在遵守设置的静默期的情况下提交某个特定项目后,触发Teamcity来构建该项目 现在,我正在visual svn server的提交后钩子中使用此选项: wget http://<user name>:<user password>@<server address>/httpAuth/action.html?add2Queue=<build type Id> wget http://:@/httpAuth

我如何设置VisualSVN服务器,在有人在遵守设置的静默期的情况下提交某个特定项目后,触发Teamcity来构建该项目

现在,我正在visual svn server的提交后钩子中使用此选项:

wget http://<user name>:<user password>@<server address>/httpAuth/action.html?add2Queue=<build type Id>
wget http://:@/httpAuth/action.html?add2Queue=

问题是我需要根据项目提交的内容更改构建类型ID,另一个问题是它立即启动构建并忽略我设置的2分钟的静默期

找到了答案。使用teamcity的VCSupdate插件,并在vcs根目录的VCSupdate url上使用wget