[Integration] Map & test Discord notification integration #34
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#34
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Discord — Job Pipeline Notifications
Send Discord messages on pipeline events via a webhook. Mirrors Slack integration but targets Discord channels.
Current state
scripts/integrations/discord.pyexists (34 lines, 4 methods). Uses Discord Webhook API — same POST-to-URL pattern as Slack.Tasks
Mapping
config/integrations/discord.yamlImplementation
DiscordIntegration.connect()validates webhook URL formatDiscordIntegration.test()— POST a test embed to the webhookTesting
Acceptance criteria