jenkinsci / jenkinsci/generic-webhook-trigger-plugin

How do I customize the structure of response?

Open
#178 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.