jenkinsci / jenkinsci/generic-webhook-trigger-plugin
How do I customize the structure of response?
Open
- Dominant language
- Java
- Stars
- 427
- Forks
- 169
- Avg merge
- 23m
- Merged PRs (30d)
- 1
Description
Similar to #113 .
My purpose is to return the following payload (docker hub webhook expected response):
```
{
"state": "success",
"description": "387 tests PASSED",
"context": "Continuous integration by Acme CI",
"target_url": "http://ci.acme.com/results/afd339c1c3d27"
}
```
But the response structure of this plugin does not seem to be customizable. Are there any related tutorials or development plans?
Contributor guide
Assessment
This issue has not been assessed yet.