Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

Checkout this Getting Started guide after you read this page.

Event Flow

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]

[Add releated articles for events]

  • No labels