Skip to content

Commit 46b18db

Browse files
committed
use full param name in error message
1 parent 025eec6 commit 46b18db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/modules/orchestrate/pages/pipeline-variables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ workflows:
177177
message: << parameters.message >>
178178
```
179179

180-
Even though the `print` command is called from the `daily-message` job, the `message` parameter would not be in scope inside `my-workflow`. This ensures that all parameters are always bound to a valid value, and the set of available parameters is always known. Running this would throw a pipeline error of `Arguments referenced without declared parameters: message`.
180+
Even though the `print` command is called from the `daily-message` job, the `message` parameter would not be in scope inside `my-workflow`. This ensures that all parameters are always bound to a valid value, and the set of available parameters is always known. Running this would throw a pipeline error of `Arguments referenced without declared parameters: parameters.message`.
181181

182182
[#pipeline-value-scope]
183183
=== Pipeline value scope

0 commit comments

Comments
 (0)