Url Build Trigger

compared with
Current by Yegor Yarko
on May 07, 2012 21:13.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History

h2. Plugin Description
Adds build to the build queue when detecting change at the specified URL.
Adds build to the build queue when the content returned by specified URL changes.

h2. TeamCity Versions Compatibility
TeamCity 6.0 and above

h2. Download
Builds from [TeamCity|http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt272&tab=buildTypeStatusDiv]

h2. Installation
See generic plugin install [instructions|TCD7:Installing Additional Plugins#serversidePluginInstall].

h2. Plugin usage
Specify URL to monitor for changes. Supported URL structure is {code:xml}<protocol>://[[<login>:<password>@]<host>[:<port>]]/<path_to_resource>{code}.
Add new trigger, specify URL to monitor for changes.
Supported URL format is {code:xml}<protocol>://[[<login>:<password>@]<host>[:<port>]]/<path_to_resource>{code}.

h2. Related Materials