18.8. 使用 Webhook 将参数传递给 Shellhook 脚本
使用 webhook 将参数传递给 shellhook 脚本。
流程
在创建 Webhook 时,在 Additional 选项卡中,以以下格式创建 HTTP 标头:
{ "X-Shellhook-Arg-1": "VALUE", "X-Shellhook-Arg-2": "VALUE" }
确保标头具有有效的 JSON 或 ERB 格式。仅传递没有包括新行或引号字符的数据库 ID、名称或标签等安全字段。
如需更多信息,请参阅 第 18.4 节 “创建 Webhook”。
示例
{ "X-Shellhook-Arg-1": "<%= @object.content_view_version_id %>", "X-Shellhook-Arg-2": "<%= @object.content_view_name %>" }