Skip to content

tcWebHooksPlugin 1.1.39.83

Pre-release
Pre-release
Compare
Choose a tag to compare
@netwolfuk netwolfuk released this 16 Aug 11:40
· 64 commits to custom-templates since this 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.