Sha256: 3ac0632b236a9fb09dc37daee08dd891ab176a1baa25e40db02e3827e975c43c
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
<%# name: Katello Sync description: Example payload for actions.katello.repository.sync_succeeded snippet: false model: WebhookTemplate -%> # # Example webhook template, @object carries Action instance. # For more information about available helpers visit /templates_doc # # Repository id <%= @object.repository_id %> # Repository name <%= @object.repository_name %> # Repository label <%= @object.repository_label %> # Repository contents_changed <%= @object.contents_changed %> # Repository sync_result <%= @object.sync_result %> # Product id <%= @object.product_id %> # Product name <%= @object.product_name %> # Product label <%= @object.product_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_continuous_output %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_webhooks-3.2.0 | app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb |
foreman_webhooks-3.1.0 | app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb |