gitdiscordwebhooksrhodecode

Discord Webhook with Rodecode


My goal is to get notifications on my Discord server when someone pushes on a specific repository on Rhodecode. I created a Webhook in Discord settings, copied the URL and pasted it into the URL field from Rhodecode. Do I need to do anything else? When I push into that repository, nothing happens on discord.enter image description here


Solution

  • I think discourd doesn't natively support format of rhodecode webhooks. It would need to create a special extension from rhodecode or use rcextensions to write the webhook in a format that discord server wants.