Sha256: 3c419cda9085f9e4d88a878cdc0265567b4ff01286c8ea1db04a626231549573
Contents?: true
Size: 857 Bytes
Versions: 2
Compression:
Stored size: 857 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 %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_webhooks-3.1.1 | app/views/foreman_webhooks/webhook_templates/katello_-_promote.erb |
foreman_webhooks-3.2.1 | app/views/foreman_webhooks/webhook_templates/katello_-_promote.erb |