Closed markusstephanides closed 1 year ago
Hi @markusstephanides
When using the "test" feature, most of the content is loaded from the actual build that you use for testing. If that build was successful, then the data in the webhook payload will be the "success" data rendered in a "failure" payload.
To test a failure event, please try using a build that failed as the input.
Please let me know if I misunderstood your question. Thanks.
Hi, thanks for clarification!
You're welcome. Thanks for using tcWebHooks.
Expected Behavior
The build failed event should have it's own template for the legacy webhook format and correctly propagate that a build failed.
Current Behavior
Instead, it uses the same content as the build success event, which results in wrong webhooks being sent about builds that failed, but receivers get the wrong information that the builds succeeded.
Steps to Reproduce (for bugs)
Your Environment
Example Configuration (xml)