Sha256: 6e64762c90e44e8dc92dbcb926e5483fb06bbd7a8a36cd8f905579297348160b

Contents?: true

Size: 1.07 KB

Versions: 12

Compression:

Stored size: 1.07 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_output %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_webhooks-3.0.5 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-2.0.3 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-3.0.4 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-2.0.2 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-3.0.3 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-3.0.2 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-3.0.1 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-2.0.1 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-3.0.0 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-2.0.0 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-1.1.0 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-1.0.0 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb