Skip to content

Commit 46ae0e5

Browse files
authored
Merge pull request #116 from sepe81/patch-1
Remove misleading reference to `parameterizedSpecification`
2 parents a29ab46 + 357009a commit 46ae0e5

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)