Skip to content

Commit 6334459

Browse files
ltamasterclaude
andcommitted
RUN-4518: Expand URL encoding note to cover nodeFilter
Per Copilot review: clarify that nodeFilter values also require URL encoding, with a concrete example of filter syntax characters. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 96676f7 commit 6334459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual/jobs/job-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,4 +816,4 @@ The result would be:
816816

817817
http://rundeck:4440/project/MyProject/job/show/ab698597-9753-4e98-bdab-90ebf395b0d0?opt.myopt1=some+value&opt.myotheropt=another+value
818818

819-
Note: be sure to properly escape the strings for option values, and if necessary for the option names as well.
819+
Note: be sure to properly URL-encode all parameter values. This applies to option values, option names, and `nodeFilter` expressions — filter syntax characters such as spaces and `:` must be encoded (e.g., `name: web-01` becomes `name%3A+web-01`).

0 commit comments

Comments
 (0)