stratumiops/action-nodes/notify-result.ncl

13 lines
438 B
Plaintext
Raw Permalink Normal View History

let base = import "../nickel/stratum-base/stratum-base.ncl" in
{
id = "notify-result",
handler = "scripts/nu/notify.nu",
input_schemas = { "installed" = "schemas/capabilities/installed.ncl" },
output_schemas = {},
compensate = null,
retry = { max = 3, backoff_secs = 2, strategy = 'exponential },
timeout_secs = 30,
atomic = false,
triggers = [],
} | base.NodeDefinition