Skip to content

Commit 357009a

Browse files
authored
Remove misleading reference to parameterizedSpecification
I'm not quite sure if I miss something but in the pipeline examples there is no `parameterizedSpecification`.
1 parent a29ab46 commit 357009a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Then you might want a schedule like the following:
4949

5050
## Declarative Pipeline Configuration Example
5151

52-
The parameterized cron trigger can be specified using the key `parameterizedSpecification` under the `parameterizedCron` under the [triggers directive](https://jenkins.io/doc/book/pipeline/syntax/#declarative-directives). The built in `cron` trigger is still available and is independent of `parameterizedCron`.
52+
The parameterized cron trigger can be specified using the key `parameterizedCron` under the [triggers directive](https://jenkins.io/doc/book/pipeline/syntax/#declarative-directives). The built in `cron` trigger is still available and is independent of `parameterizedCron`.
5353

5454
Example:
5555

0 commit comments

Comments
 (0)