Skip to content

Commit d700a1e

Browse files
committed
Add content about missing parameters
1 parent 695d864 commit d700a1e

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)