diff --git a/README.md b/README.md index f6058bd..02fc6d2 100644 --- a/README.md +++ b/README.md @@ -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" ```