<< Back to previous view |
![]() |
[QB-3828] Support custom payload sent from QuickBuild webhook
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Steve Luo | Assigned To: | Steve Luo |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Currently, QuickBuild only sends build info as payload in JSON format. It can be more convenient to support custom payload via script like below:
In raw text: Build Status - ${build.id} or in JSON: { "text": "${build.id}" "status": "${build.status}" } |