| << Back to previous view |
[QB-3441] Request params in GitHub webhook url not work
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 9.0.21 |
| Type: | Bug | Priority: | Major |
| Reporter: | Steve Luo | Assigned To: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
The request params in GitHub webhook URL doesn't work, for example:
http://43800f07.ngrok.io/rest/webhook/github/9?target=android below trigger condition should return true, but actually it doesn't work: target == "android" |