Hello,
There is a problem that can't bring the item.
Is there any way to save it in value?
QB version : 9.0.27
webhook response Error :
Failed to evaluate below expression:
mvel:delivery.pull_request.merge_commit_sha
quickbuild webhook setting:
Trigger Build Variables:
- name: test
- value : ${delivery.pull_request.merge_commit_sha}
github webhook payload:
Payload:
{
"action": "closed",
"number": 23,
"pull_request": {
"url": "https://github.com/...",
"id": 2083417,
"node_id": "......",
"html_url": "https://github.com/pull/23",
"diff_url": "https://github.com/pull/23.diff",
...
...
"merge_commit_sha": "47698479438",
}
}
- solved #4
- replies 3
- views 864
- stars 0