Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
311.3K

Send a Slack message slack-message-sender

Send a message to a Slack user or channel.

arguments

  • MESSAGE - The message to send to the channel
  • WEBHOOK_URL - The webhook endpoint generated through slack
    sendSlack:
  type: slack-message-sender
  arguments:
    WEBHOOK_URL: 'http://webhook.com'
    MESSAGE: message

  
github.com
Oleg Sucharevich
Jul 4, 2021