Skip to content

Releases: tcplugins/tcWebHooks

tcWebHooksPlugin 1.1.39.83

16 Aug 11:40
Compare
Choose a tag to compare
Pre-release

A first cut of templated webhooks.

Webhooks can now be templated either by writing a custom template in java:
for example, by extending AbstractWebHookTemplate,
or by defining a template in .BuildServer/config/webhook-templates.xml
See /tcwebhooks-core/src/test/resources/webhook-templates.xml

If you want to give it a try make sure you backup your existing .BuildServer/config directory (folder) first.
The existing (Legacy) formats should work. Not breaking the old formats is the main reason to test this release.

tcWebHooksPlugin 0.9.35.72

29 Jul 11:06
Compare
Choose a tag to compare

Bug fix release. Fixes two bugs. New Feature

  1. JSON and XML payloads failing to trigger webhook POST requests on GIT/HG non-master branch builds. ( Issue #6 ) This was due to the "Branch" object being supplied by TeamCity containing references to parent objects. This in turn caused a circular reference in Xstream's JSON and XML serialisation library.
    Caused by change in TeamCity 9.1
  2. Creating a new webhook in the _Root project would fail to create the webhook. The webhook dialog would close, but no new webhook would appear. #7

New Feature
Templates now parsed twice. This means one can now define a parameter that contains a parameter. See #9