
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 27/Jan/22 03:02 AM
Updated: 27/Jan/22 03:02 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 » |
No work has yet been logged on this issue.
|
|