From b19a8042b3b7c0940d6af2e2f3fa7674b845abcc Mon Sep 17 00:00:00 2001 From: jswxstw Date: Mon, 20 Oct 2025 21:31:27 +0800 Subject: [PATCH] docs: fix steps variable `hostNodeName` Signed-off-by: oninowang --- docs/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/variables.md b/docs/variables.md index ba370b1a18b6..fa00927b9d3d 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -148,7 +148,7 @@ sprig.trim(inputs.parameters['my-string-param']) | `steps..exitCode` | Exit code of any previous script or container step | | `steps..startedAt` | Time-stamp when the step started | | `steps..finishedAt` | Time-stamp when the step finished | -| `steps..hostNodeName` | Host node where task ran (available from version 3.5) | +| `steps..hostNodeName` | Host node where step ran (available from version 3.5) | | `steps..outputs.result` | Output result of any previous container, script, or HTTP step | | `steps..outputs.parameters` | When the previous step uses `withItems` or `withParams`, this contains a JSON array of the output parameter maps of each invocation | | `steps..outputs.parameters.` | Output parameter of any previous step. When the previous step uses `withItems` or `withParams`, this contains a JSON array of the output parameter values of each invocation |