diff --git a/Jenkinsfile b/Jenkinsfile index e06bb7a0b..0df5fd954 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ git submodule update --init --recursive''' webhookURL: "$DISCORD_WEBHOOK_URL" ) discordSend( - discordSend description: "Jenkins Pipeline Build", + description: "Jenkins Pipeline Build", footer: "Footer Text", link: env.BUILD_URL, result: currentBuild.currentResult,