Triggers
Triggers are automation tools that initiate release tasks based on specific conditions or events. They help streamline your release process by automating repetitive tasks and responding to external events.
You can create triggers in two ways: Triggers Management Page
- From the release template's Show drop-down menu
Triggers Management Page
The Triggers management page serves as your central hub for trigger administration. It provides a comprehensive view of all triggers associated with your release templates and offers complete management capabilities.
Key features of the Triggers Management Page include:
- Creating and removing triggers
- Modifying existing trigger configurations
- Monitoring trigger activity and usage statistics
- Filtering triggers by multiple criteria (title, type, folder, template)
- Managing trigger states (enable/disable) Trigger Activity Logs
- Viewing releases initiated by specific triggers
For more information, see Creating Release Triggers.
Release version 9.6 introduced a significant change where triggers were decoupled from release templates. This affects existing configurations in the following ways:
- YAML as-code configurations using triggers must be updated to the new syntax
- Global triggers (those without a folder) cannot be exported as YAML
- Existing trigger configurations may need review and updates