Deployment triggers#

Starting with HCL™ Launch version 7.1.0, deployment triggers replace the run process after a version is created feature.

Deployment Triggers are ways for environments to subscribe to certain components. A trigger consists of a specified component, deployment process, and user. Whenever a component finishes importing a version, the server will automatically execute all deployment triggers relevant to that component and will run configured deployment processes against the triggers’ environment, using the newly imported version as the deployment payload. With deployment triggers, development environments can be configured to get the latest build artifacts deployed as soon as they are received by the HCL Launch server.

When you create a deployment trigger, you have to specify a user who has the run deployment triggers permission, but you do not require that permission yourself. Run deployment triggers is a system level permission that governs whether the a user is allowed to run the process that is the trigger specifies

The user who runs the deployment trigger also must have all permissions that are required to run an application process. Like the run deployment triggers permission, these permissions are also asserted at process run time and not when the trigger is created.

The default audit view is as follows:

Audit trailAudit trail

Migration

Database upgrades transfer existing deployment triggers to a new table and remove the current constraints, indexes, and columns from the component table.

The specified user for these rows is admin by default.

Importing and exporting

Applications and snapshots that are imported or exported retain information about their deployment triggers.

Importing application snapshots that include component versions do not activate deployment triggers.

Copying an environment retains information about deployment triggers.

Approvals

An application process that requires approvals is still kicked off when a deployment trigger runs the process.

Note: When you update component versions on the command-line interface, a deployment trigger runs when the import is finished.

Before the deployment trigger request submission succeeds submitted, these conditions must be met:

Note: If the user who runs a deployment trigger does not have the required role for a process, then the application process cannot start the deployment by using the deployment trigger.

Parent topic: Application environments