Skip to content

Add support for injecting webhook data into the URL

Allow to use the Ruby String format syntax in web hooks URL to inject the top level values of the JSON payload into the URL.

This is a first (very simple) step into being able to inject the POSTed data directly into the URL.

Example of push web hook: http://ci.example.com/build?commit=%{after}

Merge request reports