
| Key: |
QB-3828
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Steve Luo
|
| Reporter: |
Steve Luo
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 27/Jan/22 03:02 AM
Updated: 31/Dec/23 08:57 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
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}"
}
|
|
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}"
}
|
Show » |
| There are no comments yet on this issue.
|
|