File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 81
81
// provide the built-in service descriptor command wih parameters
82
82
// and values.
83
83
//
84
- // A parameter value must be defined for each option that does not
84
+ // You can provide values for every option. At the very least
85
+ // you _must_ provide a parameter value for each option that does not
85
86
// have a default.
86
87
87
88
params: [ doses: 55,
91
92
// Log validation.
92
93
//
93
94
// Optional checks against the pipeline's log.
94
- // To simplify strign checks against output that contains variable
95
+ // To simplify string checks against output that contains variable
95
96
// whitespace (like tabs etc.) spaces are automatically interpreted
96
97
// as the regular expression '[ \t]+', absorbing any non-line-breaking
97
98
// gaps. You can also use regular expressions.
You can’t perform that action at this time.
0 commit comments