Sha256: 8660525273d2a3bc8ab7c41808cbd4bb65a871ed5d6582c9a6f5ba8cfbc3c4af
Contents?: true
Size: 871 Bytes
Versions: 4
Compression:
Stored size: 871 Bytes
Contents
<%# name: Katello Promote description: Example payload for actions.katello.content_view.promote_suceeded.event.foreman 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 %>
Version data entries
4 entries across 4 versions & 1 rubygems