summaryrefslogtreecommitdiff
path: root/dev-util/webhook/files/webhook.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/webhook/files/webhook.json.example')
-rw-r--r--dev-util/webhook/files/webhook.json.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/webhook/files/webhook.json.example b/dev-util/webhook/files/webhook.json.example
new file mode 100644
index 000000000000..12a314522595
--- /dev/null
+++ b/dev-util/webhook/files/webhook.json.example
@@ -0,0 +1,13 @@
+[
+ {
+ "id": "example",
+ "execute-command": "/var/lib/webhooks/example.sh",
+ "command-working-directory": "/var/lib/webhooks"
+ "pass-arguments-to-command":
+ [
+ {
+ "source": "entire-payload"
+ }
+ ]
+ }
+]