diff --git a/Jenkinsfile b/Jenkinsfile index 1664883a1..7efe55c93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ git submodule update --init --recursive''' stage('Report') { steps { - discordSend $DISCORD_WEBHOOK_URL + discordSend '$DISCORD_WEBHOOK_URL' } }