History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-4008
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Pham Ngoc Anh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Add build ID and status in the failure exceptions when sending data to webhook

Created: 08/Aug/23 12:52 AM   Updated: 09/Aug/23 12:48 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 13.0.33

Original Estimate: 30 minutes Remaining Estimate: 30 minutes Time Spent: Unknown


 Description  « Hide
Currently, when unable/fail to send data to webhook. The below log is appear:
```
 ERROR com.pmease.quickbuild.plugin.webhook.WebHookBuildListener - Unable to post data to webhook xxx
ERROR com.pmease.quickbuild.plugin.webhook.WebHookBuildListener - Failed sending data to webhook xxx
```
We want information about build ID and build status to add to log to easy tracking which builds were can not sending data to webhook.

 All   Comments   Work Log   Change History      Sort Order:
Pham Ngoc Anh [08/Aug/23 03:34 AM]

Please change the log to become:
```
 ERROR com.pmease.quickbuild.plugin.webhook.WebHookBuildListener - Unable to post data of build id {} with status {} to webhook {} due to {}... xxx
ERROR com.pmease.quickbuild.plugin.webhook.WebHookBuildListener - Failed sending data of build id {} with status {} to webhook {} xxx
```

Pham Ngoc Anh [09/Aug/23 02:16 AM]
Hello Steve Luo,
Can you share status of this improment

Steve Luo [09/Aug/23 12:48 PM]
@Ngoc, the issue is resloved in QB 13.0.33.