Sha256: 57eb6bc8dbe389b8c3a8f3687f394eab2ba27004a218d19f4a744b4777f1ec78
Contents?: true
Size: 912 Bytes
Versions: 12
Compression:
Stored size: 912 Bytes
Contents
<%# name: Katello Promote description: Example payload for actions.katello.content_view.promote_suceeded snippet: false model: WebhookTemplate -%> # # Example webhook template, @object carries Action instance. # For more information about available helpers visit /templates_doc # # Environments <%= @object.environments %> # Content view ID <%= @object.content_view_id %> # Content view name <%= @object.content_view_name %> # Content view label <%= @object.content_view_label %> # Organization id <%= @object.organization_id %> # Organization name <%= @object.organization_name %> # Organization label <%= @object.organization_label %> # Task label <%= @object.task.label %> # Task started at <%= @object.task.started_at %> # Task ended at <%= @object.task.ended_at %> # Task resulted with <%= @object.task.result %> # Task state <%= @object.task.state %> # Task action output <%= @object.task.action_output %>
Version data entries
12 entries across 12 versions & 1 rubygems