Skip to content

Commit f25ef97

Browse files
author
Alan Christie
committed
- Refined the template text
1 parent 12bfd3f commit f25ef97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/groovy/pipeline.test.template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
// provide the built-in service descriptor command wih parameters
8282
// and values.
8383
//
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
8586
// have a default.
8687

8788
params: [ doses: 55,
@@ -91,7 +92,7 @@
9192
// Log validation.
9293
//
9394
// 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
9596
// whitespace (like tabs etc.) spaces are automatically interpreted
9697
// as the regular expression '[ \t]+', absorbing any non-line-breaking
9798
// gaps. You can also use regular expressions.

0 commit comments

Comments
 (0)