Skip to content

Commit 95bd066

Browse files
Merge pull request #7719 from cebundy/parameter-check
Add content about missing template parameters
2 parents 8a31ba1 + d700a1e commit 95bd066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pipelines/process/template-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188

189189
### Required parameters
190190

191-
You can add a validation step at the beginning of your template to check for the parameters you require.
191+
Pipelines will automatically report an error if a parameter is missing. You can add a validation step at the beginning of your template to check for the parameters you require and take appropriate action.
192192

193193
Here's an example that checks for the `solution` parameter using Bash:
194194

0 commit comments

Comments
 (0)