Commit fa41bce
authored
Fix typo in "Using a Jenkinsfile" page (jenkins-infra#8889)
sh will not escape variables in arguments surrounded by single-quotes.
Double-quotes have to be used instead.1 parent 2aa074e commit fa41bce
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
657 | | - | |
| 657 | + | |
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
| 661 | + | |
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| |||
0 commit comments