资 源 简 介
VCSUpdate is a simple plugin for the JetBrains TeamCity continuous integration server that
allows for an efficient and flexible method of triggering new builds. Rather
than poll the version control system (VCS) constantly, you can simply call a URL
on the build server to kick off a check for new sources.
You can configure your VCS (such as Subversion) to request the URL on your build
server whenever a developer commits a change. Typically, this would be done with
a post-commit hook and a tool such as wget or curl.
Aside from the obvious benefit of reducing the load on your VCS (by eliminating
constant checks for updates), VCSUpdate actually allows your build server to be
more responsive, since it can be notified immediately whenever the code changes.
HOW TO USE VCSUPDATE
Once you have the plugin installed on your TeamCity server, simply configure
your VCS server to