jenkinsci / jenkinsci/generic-webhook-trigger-plugin
Expose request JSON payload as an object in a variable
Open
enhancement
- Dominant language
- Java
- Stars
- 427
- Forks
- 169
- Avg merge
- 23m
- Merged PRs (30d)
- 1
Description
### What feature do you want to see added?
Would it be possible to expose the payload of a JSON POST request as an object in groovy? for example, a variable called request_body. It's already possible to take the entire JSON as a string to a variable and parse it but I think this would make it more convenient.
Contributor guide
Assessment
This issue has not been assessed yet.