]> source.dussan.org Git - sonarqube.git/blob
008bfd0f624de65fd25e22d437711a98697efbea
[sonarqube.git] /
1 {
2   "webhooks": [
3     {
4       "key": "UUID-1",
5       "name": "my first webhook",
6       "url": "http://www.my-webhook-listener.com/sonarqube"
7     },
8     {
9       "key": "UUID-2",
10       "name": "my 2nd webhook",
11       "url": "https://www.my-other-webhook-listener.com/fancy-listner",
12       "secret": "your_secret"
13     }
14   ]
15 }