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?