Это не задокументировано, но если вы отредактируете JSON уведомления, вы можете добавить поле customMessage
, которое заменит трехстрочное сообщение по умолчанию.
Например, измените notifications
в поле JSON укажите:
"notifications": [
{
"address": "my-slack-channel",
"customMessage": "this will replace all three of the standard message lines, and can contain HTML",
"level": "stage",
"type": "slack",
"when": [
"stage.failed"
]
}
]
, и вы увидите:
Spinnaker Alerts Bot APP [3:24 PM]
this will replace all three of the standard message lines, and can contain HTML
Spinnaker Today at 3:24 PM