Skip to content

Commit

Permalink
Merge pull request #133 from milosnikic/bugfix/correct-readme-example
Browse files Browse the repository at this point in the history
Correct readme file example
  • Loading branch information
KocproZ authored Sep 3, 2024
2 parents c53f1e0 + 87a18cd commit 92b22f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ Discord Notifier supports Jenkins Pipeline. The only required parameter is webho
### Example

```groovy
discordSend description: "Jenkins Pipeline Build", footer: "Footer Text", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: "Webhook URL"
discordSend description: "Jenkins Pipeline Build", footer: "Footer Text", link: env.BUILD_URL, result: currentBuild.currentResult, title: env.JOB_NAME, webhookURL: "Webhook URL"
```

0 comments on commit 92b22f0

Please sign in to comment.