kopia lustrzana https://github.com/tmsmr/xmpp-webhook
adds example notification body for the slack-handler
rodzic
8afb5b9e6e
commit
8ec6f82ae6
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"channel": "#channel",
|
||||
"icon_emoji": ":heart:",
|
||||
"username": "Flux Deployer",
|
||||
"attachments": [
|
||||
{
|
||||
"color": "#4286f4",
|
||||
"title": "Applied flux changes to cluster",
|
||||
"title_link": "https://GITURL/USERNAME/kubernetes/commit/COMMITSHA",
|
||||
"text": "Event: Sync: 0f34755, jabber:deployment/test\nCommits:\n\n* \u003chttps://GITURL/USERNAME/kubernetes/commit/COMMITSHA\u003e: change test to test webhook\n\nResources updated:\n\n* jabber:deployment/test"
|
||||
}
|
||||
]
|
||||
}
|
Ładowanie…
Reference in New Issue