Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will first need to configure your Slack integration with FlexDeploy. To do this you will need to create a new Slack bot and create a FlexDeploy Messaging Account for Slack. To get more information on this you can follow the guide located on our Slack plugin guide. This simple configuration will allow you to send notifications to your specified Slack channel for this bot.

...

Now with the Webhook Listener created, we can add the groovy script to send the Slack message. FlexDeploy has several built in Event Webhook Context Variables and Methods that can be used to help you implement exactly what you want in this groovy script. We will be using FlexDeploy’s Slack methods in order to send a notification.

...