Files
zulip/zerver/webhooks/rundeck/doc.md
Satyam Bansal 338436dfbd integrations: Add Rundeck webhook integration.
Co-authored-by: sbansal1999 <sbansal1999@gmail.com>
2023-04-07 10:13:21 -07:00

19 lines
575 B
Markdown

Receive Job Notifications in Zulip!
1. {!create-stream.md!}
1. {!create-bot-construct-url.md!}
1. Go to your Rundeck web interface and click on the desired job.
Click on **Actions** and then select **Edit this Job...**.
Go to the **Notifications** tab.
1. Next to the desired event, click **Add Notification**. Select
**Send Webhook** as the Notification Type. Enter the URL constructed
above. Ensure payload format is **JSON** and Method is **POST**.
Click **Save**.
{!congrats.md!}
![Rundeck Integration](/static/images/integrations/rundeck/001.png)