
Key: |
QB-4008
|
Type: |
Improvement
|
Status: |
Resolved
|
Resolution: |
Fixed
|
Priority: |
Critical
|
Assignee: |
Unassigned
|
Reporter: |
Pham Ngoc Anh
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
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.
|
Description
|
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. |
Show » |
|
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
```