Sha256: 3ed1de4e4c3f9e1054936aa16709a77d2effa41369783525c6c0d3c779ac7a27
Contents?: true
Size: 948 Bytes
Versions: 2
Compression:
Stored size: 948 Bytes
Contents
<%# name: Katello Publish description: Example payload for actions.katello.content_view.publish_suceeded snippet: false model: WebhookTemplate -%> # # Example webhook template, @object carries Action instance. # For more information about available helpers visit /templates_doc # # Content view version id <%= @object.content_view_version_id %> # Content view version name <%= @object.content_view_version_name %> # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_webhooks-3.1.1 | app/views/foreman_webhooks/webhook_templates/katello_-_publish.erb |
foreman_webhooks-3.2.1 | app/views/foreman_webhooks/webhook_templates/katello_-_publish.erb |