Skip to content

Commit

Permalink
Correct readme file example
Browse files Browse the repository at this point in the history
  • Loading branch information
milosnikic committed Feb 14, 2024
1 parent 448bccd commit 87a18cd
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 87a18cd

Please sign in to comment.