Versions Compared

Key

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

[Event Description]Events in FlexDeploy can be used to trigger actions based on specific events that occur within FlexDeploy. Similar to webhooks, users can create groovy scripts that are executed every time a specified event is executed. For example, you can setup an event listener to execute a groovy script that downloads plugin logs after a workflow execution is failed. The flexibility of groovy script and FlexDeploy’s model allows users to accomplish exactly what they need.

Info

Checkout this Getting Started guide after you read this page.

Event Flow

[Describe the flow of events???]In order to take advantage of FlexDeploy’s events you must first create an event listener. When creating this listener you can specify on which events the script will be executed. Once one of these events are executed FlexDeploy will automatically notify any listeners corresponding with the event type.

Navigation

[Add screenshot and description on how to navigate to events]

...