Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tcWebHooksPlugin-1.1-alpha7.122.138.zip | 2016-09-08 | 3.4 MB | |
README.md | 2016-09-08 | 1.3 kB | |
tcWebHooksPlugin 1.1-alpha76.122.138.tar.gz | 2016-09-08 | 278.1 kB | |
tcWebHooksPlugin 1.1-alpha76.122.138.zip | 2016-09-08 | 427.5 kB | |
Totals: 4 Items | 4.1 MB | 0 |
Tidy up the styles of the WebHook edit dialog - Issue [#16] - Dialog header and footer now look much better in TeamCity 9 & 10 - Adds syntax highlighting to the payload content tab - Provides maximise/restore links to payload content tab
Add trigger-filters support - Issue [#39] It's now possible to edit plugin-settings.xml and configure Regular Expressions which determine whether a webhook should be triggered. The regex are evaluated after the webhook is built and just before it sends the POST. For example:
<trigger-filters>
<filter value="${branchDisplayName}" regex="^branch-xyz$" enabled="true"/>
<filter value="${buildInternalTypeId}" regex="^bt\d$" enabled="true"/>
</trigger-filters>
See this wiki page for more info
Nicer error handling for tailored_json payload errors - Issue [#24] Better handling of the case where webhook.body is empty or missing for the tailored_json format.
Other Bug Fixes - Issues [#41], [#47] and [#49] - Handle when filter list is not intialised. - Pass the correct object back to the page so that the list of webhooks for a build is the bean expected, not just a list.