tcWebHooks
tcWebHooks copied to clipboard
WebHooks plugin for Teamcity. Supports many build states and payload formats.
Can't see webhooks for cancelled jobs
- Payload Content tab - Selected "Build Responsibility Changed" for a build with no responsibility history. Server Info: CentOS Linux release 7.1.1503 TeamCity 10.0.1 (build 42078) tcWebHooksPlugin-1.1.109.134 plugin-settings.xml: ` `...
Is it possible for tcwebhooks to report (post) more details than the standard build related information. I’m looking for a way to get couple more information like start time, end...
## Expected Behavior User set up new project, for instsance, for building base (default) branch and pull-requests automatically. Pull-request build status is being sent to the BitBucket pull-request and those...
## Expected Behavior Using nested subproject definitions, I would like to define a webhook configuration at the top (e.g. _Root) and select only nested project that we require. In this...
``` [2016-08-18 13:14:32,218] WARN - ildServer.util.EventDispatcher - Error in event handler: java.lang.NullPointerException java.lang.NullPointerException at webhook.teamcity.payload.format.WebHookPayloadJsonTemplate.getStatusAsString(WebHookPayloadJsonTemplate.java:43) at webhook.teamcity.payload.format.WebHookPayloadGeneric.buildFinished(WebHookPayloadGeneric.java:64) at webhook.teamcity.WebHookContentBuilder.buildWebHookContent(WebHookContentBuilder.java:78) at webhook.teamcity.WebHookListener.processBuildEvent(WebHookListener.java:78) at webhook.teamcity.WebHookListener.buildFinished(WebHookListener.java:138) at sun.reflect.GeneratedMethodAccessor337.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498)...
I am trying to determine how much effort I should invest in supporting older versions of TeamCity, and where to focus future development. There are some new features if TeamCity...
## Expected Behavior When adding ``` "fields" : [ { "title" : "Changes", "value" : "${changes}" } ] ``` to template, I would expect that changes would be inserted to...
## Expected Behavior I would like to detect different webhook configurations using a label With a column that shows this kind of parameter, we can easly detect if a configuration...
There should be a way to "include" code in a velocity template. Currently any macros need to be added to the top of every event template. Velocity supports including other...