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 6 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 event types the script will be executed. Once one of these events are executed FlexDeploy will automatically notify any listeners corresponding with the event type.

Navigation

Events can be accessed from Administration → Integrations → Events. This page will show all the event listeners configured in FlexDeploy. You can create a new event listener by clicking the

create listener button on the events page. Click the view messages page to view the results of any received events, or to resubmit them.

See more details about each webhook topic below:

  • No labels